Module svs_simulation.utilities.svgutils
Utility functions and classes for handling SVG file data.
Author: Simon Yuill
Contact: simon@lipparosa.org
Copyright: 2005 Simon Yuill
License: GNU GPL version 2 or any later version
| Classes |
SVGContentHandler |
Handler for parsing terrain SVG document. |
SVGLoader |
Class for reading and writing structures in xml (SVG) format. |
| Function Summary |
| |
convertVerticesFromString(pathString)
Converts the list of vertices provided as a string into an array in
which each vertice is a tuple. |
| |
parseSVSDataValues(dataString)
Parses string provided from SVS_DATA attribute and
returns as a dict. |
| |
__convertPointsFromString(pointString)
Converts comma separated points to tuple of numbers. |
convertVerticesFromString(pathString)
Converts the list of vertices provided as a string into an array in
which each vertice is a tuple.
-
|
parseSVSDataValues(dataString)
Parses string provided from SVS_DATA attribute and
returns as a dict.
-
|
__convertPointsFromString(pointString)
Converts comma separated points to tuple of numbers.
-
|
svgutils_const
-
- Type:
-
Constants
- Value:
<svs_core.utilities.lib.Constants instance at 0x307cad78>
|
|