What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Jun 17, 2008 by jpivarski
Labels: Reference, Version1
Defload  
Load an SVG image from XML text

(This page applies only to the 1.x branch of SVGFig.)

load

Loads an SVG image from an XML file on disk. Returns an SVG object.

Arguments

load(fileName)

fileName required name of the SVG file

load_stream

Loads an SVG image from an XML stream. Returns an SVG object.

load_stream(stream)

stream required a stream object, such as a string



Sign in to add a comment