Functions | |
def | createSVG |
Variables | |
string | startSVG |
def DrawingAlgos::createSVG | ( | Part | ) |
Definition at line 13 of file DrawingAlgos.py.
string DrawingAlgos::startSVG |
"""<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" version="1.1" baseProfile="full" width="297mm" height="420mm"> """
Definition at line 3 of file DrawingAlgos.py.