Added SVG Shapes export - non-scaling strokes

This commit is contained in:
Jindra Petřík
2023-10-16 09:36:06 +02:00
parent f789aa66a6
commit e9fc7b2c9a
2 changed files with 4 additions and 0 deletions
@@ -199,6 +199,9 @@ public class SVGShapeExporter extends DefaultSVGShapeExporter {
}
break;
}
if ("NONE".equals(scaleMode)) {
path.setAttribute("vector-effect", "non-scaling-stroke");
}
}
@Override