WandererFan / FreeCAD-TechDraw

This repo is obsolete. Please use FreeCAD/FreeCAD.
Other
3 stars 1 forks source link

Hatch in Saved SVG #61

Closed WandererFan closed 8 years ago

WandererFan commented 8 years ago

When saving a drawing as SVG, hatched areas extend beyond face boundaries. see forum conversation: http://www.forum.freecadweb.org/viewtopic.php?f=3&t=16552

Printed copy and PDF are correct.

Hope this is not something deep in QSvgRender.

WandererFan commented 8 years ago

This is a bug/unsupported feature in QtSvg. https://bugreports.qt.io/browse/QTBUG-23200

Need to explore some options.

WandererFan commented 8 years ago

The hatch is not a single object in Inkscape, so it is not easily removed. Might be best to turn hatches off for svg export (like frames) for now.

Note: There are multiple copies of many object in the exported svg. Is this an indication of a problem in the drawing, or just a Qt quirk?

WandererFan commented 8 years ago

Hatches turned off for Svg export. "Fixed"