Silence warning during Flattened SVG export?

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
digitalgoose
Posts: 16
Joined: Thu Mar 02, 2017 12:36 am

Silence warning during Flattened SVG export?

Post by digitalgoose »

Lines 165 - 168 of Mod/Draft/draftfunctions/svgshapes.py
(https://github.com/FreeCAD/FreeCAD/blob ... gshapes.py)
produces a warning for each (non-arc) circle or ellipse you're exporting.

Is there any reason for this to be retained? The "continue manually" makes it seem as if some user intervention is needed, which doesn't appear to be the case.
Post Reply