FreeCAD: master 0739ffa5

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-09-15 17:57:23 master dea7f5d6
Changeset Draft: clean up SVG processing code, add comments

For the try-except blocks we should trap a specific `Exception`,
not just any type. It seems string handling was an issue
with Python 2, so the string needed UTF8 decoding.

When the software no longer supports Python 2, these
blocks can be removed.
mod - src/Mod/Draft/draftfunctions/svg.py Diff File