Classes | |
| class | svgHandler |
Functions | |
| def | decodeName |
| def | export |
| def | getcolor |
| def | getContents |
| def | getrgb |
| def | getsize |
| def | insert |
| def | open |
Variables | |
| string | __author__ = "Yorik van Havre <yorik@gmx.fr>" |
| string | __title__ = "FreeCAD Draft Workbench - SVG importer/exporter" |
| list | __url__ = ["http://yorik.orgfree.com","http://free-cad.sourceforge.net"] |
| pythonopen = open | |
| dictionary | svgcolors |
| def importSVG::decodeName | ( | name | ) |
Definition at line 741 of file importSVG.py.
| def importSVG::export | ( | exportList, | ||
| filename | ||||
| ) |
Definition at line 800 of file importSVG.py.
| def importSVG::getcolor | ( | color | ) |
Definition at line 197 of file importSVG.py.
| def importSVG::getContents | ( | filename, | ||
| tag, | ||||
stringmode = False | ||||
| ) |
Definition at line 753 of file importSVG.py.
| def importSVG::getrgb | ( | color | ) |
Definition at line 226 of file importSVG.py.
| def importSVG::getsize | ( | width | ) |
Definition at line 212 of file importSVG.py.
| def importSVG::insert | ( | filename, | ||
| docname | ||||
| ) |
Definition at line 789 of file importSVG.py.
| def importSVG::open | ( | filename | ) |
Definition at line 776 of file importSVG.py.
| string importSVG::__author__ = "Yorik van Havre <yorik@gmx.fr>" |
Definition at line 25 of file importSVG.py.
| string importSVG::__title__ = "FreeCAD Draft Workbench - SVG importer/exporter" |
Definition at line 24 of file importSVG.py.
| list importSVG::__url__ = ["http://yorik.orgfree.com","http://free-cad.sourceforge.net"] |
Definition at line 26 of file importSVG.py.
| importSVG::pythonopen = open |
Definition at line 44 of file importSVG.py.
| dictionary importSVG::svgcolors |
Definition at line 46 of file importSVG.py.
1.6.1