Files
create/src/Mod/Drawing
donovaly f2c83ac46b remove program-specific SVG namespaces
while fixing a SVG export issue for techDraw I noticed that some SVG files have program-dependent (and thus not clean) code in it. These are traces of the programs Sodipodi and Inkscape, like e.g. this line:
inkscape:export-filename="/home/yorik/PartDesign_Groove.png

This is unnecessary and FC should not use program-dependent code in the SVG but use instead plain SVG strictly following the SVG specification.

This PR transforms the few affected SVGs to a plain version.
2020-02-07 07:34:49 -05:00
..
2020-02-04 08:06:57 -05:00
2017-12-23 14:30:30 +01:00

Development of the Drawing Workbench stopped in FreeCAD 0.16, and it became obsolete in FreeCAD 0.17, when the TechDraw Workbench was introduced.

The Drawing Workbench is no longer maintained. It is kept in the source tree for compatibility purposes, although there is no guarantee that it will continue working in future versions of FreeCAD. Eventually it may be removed completely.