mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:51:03 +00:00
Fixed: #2454 SVG export - color matrix not applied to images
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ public class SVGShapeExporter extends DefaultSVGShapeExporter {
|
||||
SerializableImage img = image.getImageCached();
|
||||
if (img != null) {
|
||||
if (colorTransform != null) {
|
||||
colorTransform.apply(img);
|
||||
img = colorTransform.apply(img);
|
||||
}
|
||||
|
||||
int width = img.getWidth();
|
||||
|
||||
Reference in New Issue
Block a user