You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/itextpdf/svg/exceptions/SvgLogMessageConstant.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,8 @@ public final class SvgLogMessageConstant {
63
63
publicstaticfinalStringINVALID_PATH_D_ATTRIBUTE_OPERATORS = "Invalid operators found in path data attribute: {0}";
64
64
publicstaticfinalStringINVALID_TRANSFORM_DECLARATION = "Transformation declaration is not formed correctly.";
65
65
publicstaticfinalStringLOOP ="Loop detected";
66
+
publicstaticfinalStringMISSING_WIDTH="Top Svg tag has no defined width attribute and viewbox width is not present, so browser default of 300px is used";
67
+
publicstaticfinalStringMISSING_HEIGHT="Top Svg tag has no defined height attribute and viewbox height is not present, so browser default of 150px is used";
66
68
publicstaticfinalStringNAMED_OBJECT_NAME_NULL_OR_EMPTY = "The name of the named object can't be null or empty.";
67
69
publicstaticfinalStringNAMED_OBJECT_NULL = "A named object can't be null.";
0 commit comments