PSVG.SVG package

Submodules

PSVG.SVG.Base module

class PSVG.SVG.Base.Document(**kwargs)

Bases: Tree

copy()
class PSVG.SVG.Base.G(x=0, y=0, angle=0, xc=0, yc=0, xscale=1, yscale=1, active=True)

Bases: Node

construct(depth)
copy()
header()
class PSVG.SVG.Base.SVG(w=0, h=0, xmlns='', active=True)

Bases: Node

Implementation of Data_Structures.Node

Represents an SVG Object which can either be an entire document or just a branch in a larger SVG tree

construct(depth)
copy()
class PSVG.SVG.Base.Section(x=0, y=0, w=0, h=0)

Bases: Tree

addChild(child: Node)
copy()
property h
property w
property x
property xywh
property y
class PSVG.SVG.Base.Tree

Bases: Graph

addChild(child: Node)
addSection(child: Tree)
construct()

Module contents