mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 00:44:35 +00:00
fix
This commit is contained in:
@@ -700,9 +700,9 @@ class SvgStyle implements Cloneable {
|
||||
SvgStyleProperty styleProperty = SvgStyleProperty.getByName(name);
|
||||
if (styleProperty == null) {
|
||||
importer.showWarning(name + "StyleNotSupported", "The style '" + name + "' is not supported.");
|
||||
} else {
|
||||
applyStyle(idMap, result, this, styleProperty, parts[1].trim());
|
||||
}
|
||||
|
||||
applyStyle(idMap, result, this, styleProperty, parts[1].trim());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user