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
publicconstStringPARAMETER_CANNOT_BE_NULL="Parameters for this method cannot be null.";
105
+
publicconstStringPATH_WRONG_NUMBER_OF_ARGUMENTS="Path operator {0} has received {1} arguments, but expects between {2} and {3} arguments. \n Resulting SVG will be incorrect.";
102
106
103
-
publicconstStringROOT_SVG_NO_BBOX="The root svg tag needs to have a bounding box defined.";
107
+
publicconstStringPARAMETER_CANNOT_BE_NULL="Parameters for this method cannot be null.";
104
108
105
109
publicconstStringPOINTS_ATTRIBUTE_INVALID_LIST="Points attribute {0} on polyline tag does not contain a valid set of points";
106
110
111
+
publicconstStringROOT_SVG_NO_BBOX="The root svg tag needs to have a bounding box defined.";
112
+
107
113
publicconstStringTAGPARAMETERNULL="Tag parameter must not be null";
108
114
109
115
publicconstStringTRANSFORM_EMPTY="The transformation value is empty.";
publicconstStringUNABLE_TO_GET_INVERSE_MATRIX_DUE_TO_ZERO_DETERMINANT="Unable to get inverse transformation matrix and thus calculate a viewport for the element because some of the transformation matrices, which are written to document, have a determinant of zero value. A bbox of zero values will be used as a viewport for this element.";
119
125
120
-
publicconstStringUNMAPPEDTAG="Could not find implementation for tag {0}";
121
-
122
-
publicconstStringUNKNOWN_TRANSFORMATION_TYPE="Unsupported type of transformation.";
123
-
124
126
publicconstStringUNABLE_TO_RETRIEVE_STREAM_WITH_GIVEN_BASE_URI="Unable to retrieve stream with given base URI ({0}) and source path ({1})";
125
127
126
-
/// <summary>Message in case the font provider doesn't know about any fonts.</summary>
127
-
[Obsolete]
128
-
publicconstStringFONT_PROVIDER_CONTAINS_ZERO_FONTS="Font Provider contains zero fonts. At least one font shall be present";
129
-
130
128
publicconstStringUNABLE_TO_RETRIEVE_FONT="Unable to retrieve font:\n {0}";
131
129
132
-
publicconstStringPATH_WRONG_NUMBER_OF_ARGUMENTS="Path operator {0} has received {1} arguments, but expects between {2} and {3} arguments. \n Resulting SVG will be incorrect.";
130
+
publicconstStringUNMAPPEDTAG="Could not find implementation for tag {0}";
131
+
132
+
publicconstStringUNKNOWN_TRANSFORMATION_TYPE="Unsupported type of transformation.";
0 commit comments