mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-15 19:28:54 +00:00
#1056 deltaY missing when adding a new StraightEdgeRecord fixed
This commit is contained in:
@@ -72,10 +72,10 @@ public class MORPHLINESTYLE2 implements Serializable {
|
||||
@Conditional(value = "joinStyle", options = {MITER_JOIN})
|
||||
public int miterLimitFactor;
|
||||
|
||||
@Conditional(value = "hasFillFlag", revert = true)
|
||||
@Conditional("!hasFillFlag")
|
||||
public RGBA startColor;
|
||||
|
||||
@Conditional(value = "hasFillFlag", revert = true)
|
||||
@Conditional("!hasFillFlag")
|
||||
public RGBA endColor;
|
||||
|
||||
@Conditional(value = "hasFillFlag")
|
||||
|
||||
@@ -49,7 +49,7 @@ public class StraightEdgeRecord extends SHAPERECORD {
|
||||
|
||||
public boolean generalLineFlag;
|
||||
|
||||
@Conditional(value = "generalLineFlag", revert = true)
|
||||
@Conditional("!generalLineFlag")
|
||||
public boolean vertLineFlag;
|
||||
|
||||
@SWFType(value = BasicType.SB, countField = "numBits", countAdd = 2)
|
||||
|
||||
Reference in New Issue
Block a user