Skip to content

Commit d94b0ad

Browse files
committed
Change Tranform.Property final int value after merge
DEVSIX-1310
1 parent 6b38c9e commit d94b0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/src/main/java/com/itextpdf/layout/property/Property.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private Property() {
175175
public static final int TEXT_RENDERING_MODE = 71;
176176
public static final int TEXT_RISE = 72;
177177
public static final int TOP = 73;
178-
public static final int TRANSFORM = 101;
178+
public static final int TRANSFORM = 106;
179179
public static final int UNDERLINE = 74;
180180
public static final int VERTICAL_ALIGNMENT = 75;
181181
/**

0 commit comments

Comments
 (0)