mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 10:36:08 +00:00
miterlimit is FIXED8 (float)
SVG import - closing rectangle, stroke gradients
This commit is contained in:
@@ -2718,7 +2718,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.color = readRGBA("color");
|
||||
|
||||
Reference in New Issue
Block a user