This commit is contained in:
honfika@gmail.com
2015-12-27 19:13:40 +01:00
parent de696eeb18
commit b3148f83a8

View File

@@ -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());
}
}