This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
MxGraph Primitives | |
<move x="0" y="0"/> | |
<line x="0" y="0"/> | |
<quad x1="0" y1="0" x2="0" y2="0"/> | |
<curve x1="0" y1="0" x2="0" y2="0" x3="0" y3="0"/> | |
""" | |
from xml.dom import minidom | |
import re |