| Home | Trees | Indices | Help |
|
|---|
|
|
SVG loader for rapid game prototyping in Python
Pinky tries to make it easy to use Inkscape as a game editor, without getting in your way.
See: http://github.com/elemel/pinky
| Classes | |
|
ParseError A parse error. |
|
|
Color An RGB color with integer components in the [0, 255] range. |
|
|
Matrix A transformation matrix. |
|
|
Shape The base class for shapes. |
|
|
BoundingBox An axis-aligned rectangle for representing shape boundaries. |
|
|
Point A point. |
|
|
Line A line. |
|
|
Polyline A line strip. |
|
|
Polygon A polygon. |
|
|
Circle A circle. |
|
|
Rect An axis-aligned rectangle with rounded corners. |
|
|
Group A group of shapes. |
|
|
Command The base class for path commands. |
|
|
Moveto A moveto command. |
|
|
Closepath A closepath command. |
|
|
Lineto A lineto command. |
|
|
Curveto A curveto command. |
|
|
SmoothCurveto A smooth curveto command. |
|
|
QuadraticBezierCurveto A quadratic Bezier curveto command. |
|
|
SmoothQuadraticBezierCurveto A smooth quadratic Bezier curveto command. |
|
|
EllipticalArc An elliptical arc command. |
|
|
Path A path. |
|
|
Element An element. |
|
|
Document A document. |
|
| Functions | |||
|
|||
| Variables | |
__package__ = None
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun May 30 14:22:47 2010 | http://epydoc.sourceforge.net |