File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
layout/src/main/java/com/itextpdf/layout/property Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ private Property() {
67
67
public static final int BOLD_SIMULATION = 8 ;
68
68
public static final int BORDER = 9 ;
69
69
public static final int BORDER_BOTTOM = 10 ;
70
- public static final int BORDER_BOTTOM_LEFT_RADIUS = 113 ;
71
- public static final int BORDER_BOTTOM_RIGHT_RADIUS = 112 ;
70
+ public static final int BORDER_BOTTOM_LEFT_RADIUS = 114 ;
71
+ public static final int BORDER_BOTTOM_RIGHT_RADIUS = 113 ;
72
72
public static final int BORDER_LEFT = 11 ;
73
73
public static final int BORDER_RADIUS = 101 ;
74
74
public static final int BORDER_RIGHT = 12 ;
75
75
public static final int BORDER_TOP = 13 ;
76
- public static final int BORDER_TOP_LEFT_RADIUS = 110 ;
77
- public static final int BORDER_TOP_RIGHT_RADIUS = 111 ;
76
+ public static final int BORDER_TOP_LEFT_RADIUS = 111 ;
77
+ public static final int BORDER_TOP_RIGHT_RADIUS = 112 ;
78
78
public static final int BOTTOM = 14 ;
79
79
public static final int BOX_SIZING = 105 ;
80
80
public static final int CHARACTER_SPACING = 15 ;
You can’t perform that action at this time.
0 commit comments