Draft: importSVG.py, fixed indentation that causes an error

This commit is contained in:
vocx-fc
2019-08-01 23:06:24 -05:00
committed by Yorik van Havre
parent 96046379be
commit e180d28eae

View File

@@ -1377,7 +1377,7 @@ class svgHandler(xml.sax.ContentHandler):
# startElement()
def characters(self, content):
"""Read characters from the given string."""
"""Read characters from the given string."""
if self.text:
FreeCAD.Console.PrintMessage("reading characters %s\n" % content)
obj = self.doc.addObject("App::Annotation", 'Text')