mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 06:55:05 +00:00
Fixed: Flash viewer - linear colorspace radial gradient
This commit is contained in:
@@ -290,7 +290,7 @@ public class BitmapExporter extends ShapeExporterBase {
|
||||
cm = MultipleGradientPaint.CycleMethod.REPEAT;
|
||||
}
|
||||
|
||||
fillPaint = new RadialGradientPaint(new java.awt.Point(0, 0), 16384, ratiosArr, colorsArr, cm);
|
||||
fillPaint = new RadialGradientPaint(new java.awt.Point(0, 0), 16384, new java.awt.Point(0, 0), ratiosArr, colorsArr, cm, cstype, new AffineTransform());
|
||||
fillTransform = matrix.toTransform();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user