mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +00:00
miterlimit is FIXED8 (float)
SVG import - closing rectangle, stroke gradients
This commit is contained in:
@@ -1317,7 +1317,7 @@ public class SWFOutputStream extends OutputStream {
|
||||
writeUB(1, value.noClose ? 1 : 0);
|
||||
writeUB(2, value.endCapStyle);
|
||||
if (value.joinStyle == LINESTYLE2.MITER_JOIN) {
|
||||
writeUI16(value.miterLimitFactor);
|
||||
writeFIXED8(value.miterLimitFactor);
|
||||
}
|
||||
if (!value.hasFillFlag) {
|
||||
writeRGBA((RGBA) value.color);
|
||||
|
||||
Reference in New Issue
Block a user