Skip to content

Commit

Permalink
remove program-specific SVG namespaces
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donovaly authored and WandererFan committed Feb 7, 2020
1 parent f3a7819 commit f2c83ac
Show file tree
Hide file tree
Showing 26 changed files with 6,428 additions and 6,175 deletions.
658 changes: 222 additions & 436 deletions src/Mod/Arch/Resources/icons/ArchWorkbench.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 32 additions & 77 deletions src/Mod/Complete/Gui/Resources/icons/CompleteWorkbench.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2c83ac

Please sign in to comment.