mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:10:47 +00:00
Added SVG Shapes export - non-scaling strokes
This commit is contained in:
@@ -199,6 +199,9 @@ public class SVGShapeExporter extends DefaultSVGShapeExporter {
|
||||
}
|
||||
break;
|
||||
}
|
||||
if ("NONE".equals(scaleMode)) {
|
||||
path.setAttribute("vector-effect", "non-scaling-stroke");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user