FreeCAD: master f23bb430

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-09-21 02:57:18 master 49e1ff1b
Changeset Draft: importSVG considers Shape-less objects for export

If the object has a `Shape` it uses its bounding box to enlarge
the page size of the SVG. If it does not have a `Shape`
("Draft Text", "Draft Dimension", other `App::FeaturePython`)
it uses `Draft.get_bbox` to calculate one bounding box
from the viewprovider if possible.
mod - src/Mod/Draft/importSVG.py Diff File