mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
Bitmap export of buggy gradient records fixed (now same as in flash)
This commit is contained in:
@@ -250,7 +250,11 @@ public class BitmapExporter extends ShapeExporterBase {
|
||||
linearGradientColorWarnignShown = true;
|
||||
}
|
||||
|
||||
fillPaint = null;
|
||||
if (colorsArr.length == 1) {
|
||||
fillPaint = colorsArr[0];
|
||||
} else {
|
||||
fillPaint = null;
|
||||
}
|
||||
}
|
||||
|
||||
fillTransform = matrix.toTransform();
|
||||
|
||||
Reference in New Issue
Block a user