/opt/alt/python27/lib/python2.7/site-packages/svgwrite
Edit: /opt/alt/python27/lib/python2.7/site-packages/svgwrite/drawing.pyc (4940B)
Ñò
#8oRc @ se d Z d d k l Z d d k Z d d k l Z l Z d d k l Z d e e f d „ ƒ YZ d S( uï
The *Drawing* object is the overall container for all SVG
elements. It provides the methods to store the drawing into a file or a
file-like object. If you want to use stylesheets, the reference links
to this stylesheets were also stored (`add_stylesheet`)
in the *Drawing* object.
set/get SVG attributes::
element['attribute'] = value
value = element['attribute']
The Drawing object also includes a defs section, add elements to the defs
section by::
drawing.defs.add(element)
iÿÿÿÿ( t unicode_literalsN( t SVGt Defs( t ElementFactoryt Drawingc B sP e Z d Z d d d „ Z d „ Z d d d „ Z d „ Z d „ Z d
„ Z RS( uÍ This is the SVG drawing represented by the top level *svg* element.
A drawing consists of any number of SVG elements contained within the drawing
element, stored in the *elements* attribute.
A drawing can range from an empty drawing (i.e., no content inside of the drawing),
to a very simple drawing containing a single SVG element such as a *rect*,
to a complex, deeply nested collection of container elements and graphics elements.
u
noname.svgu 100%c K s2 t t | ƒ i d | | | | _ g | _ d S( u“
:param string filename: filesystem filename valid for :func:`open`
:param 2-tuple size: width, height
:param keywords extra: additional svg-attributes for the *SVG* object
Important (and not SVG Attributes) **extra** parameters:
:param string profile: ``'tiny | full'`` - define the SVG baseProfile
:param bool debug: switch validation on/off
t sizeN( t superR t __init__t filenamet _stylesheets( t selfR R t extra( ( sA /opt/alt/python27/lib/python2.7/site-packages/svgwrite/drawing.pyR * s c C sf | i } | i } d | i d