mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 02:01:55 +00:00
Added Replacing morphshapes (currently only same shape for start/end)
Fixed miterLimitFactor is FIXED8 value in MORPHLINESTYLE2
This commit is contained in:
@@ -3221,7 +3221,7 @@ public class SWFInputStream implements AutoCloseable {
|
||||
ret.noClose = (int) readUB(1, "noClose") == 1;
|
||||
ret.endCapStyle = (int) readUB(2, "endCapStyle");
|
||||
if (ret.joinStyle == LINESTYLE2.MITER_JOIN) {
|
||||
ret.miterLimitFactor = readUI16("miterLimitFactor");
|
||||
ret.miterLimitFactor = readFIXED8("miterLimitFactor");
|
||||
}
|
||||
if (!ret.hasFillFlag) {
|
||||
ret.startColor = readRGBA("startColor");
|
||||
|
||||
Reference in New Issue
Block a user