mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 17:55:32 +00:00
transparent stroke fix
This commit is contained in:
@@ -1508,7 +1508,7 @@ public class SvgImporter {
|
||||
|
||||
scr.lineStyles = new LINESTYLEARRAY();
|
||||
SvgFill strokeFill = style.getStrokeFillWithOpacity();
|
||||
if (strokeFill != null) {
|
||||
if (strokeFill != null && strokeFill != SvgTransparentFill.INSTANCE) {
|
||||
Color lineColor = strokeFill.toColor();
|
||||
|
||||
scr.lineStyles.lineStyles = new LINESTYLE[1];
|
||||
|
||||
Reference in New Issue
Block a user