TechDraw - SVG changes via DOM manipulation instead of Regex replace

This commit is contained in:
Tomas Pavlicek
2019-10-04 00:13:55 +02:00
committed by WandererFan
parent 0717b4fc23
commit cf721089a9
9 changed files with 197 additions and 139 deletions

View File

@@ -56,6 +56,9 @@
#define VERTEXTOLERANCE (2.0 * Precision::Confusion())
#define SVG_NS_URI "http://www.w3.org/2000/svg"
#define FREECAD_SVG_NS_URI "http://www.freecadweb.org/wiki/index.php?title=Svg_Namespace"
namespace TechDraw
{