Module pinky

Module pinky

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
 
parse_style(style_str)
Parse a CSS attribute list into a dictionary.
Variables
  __package__ = None