Skip to content

Commit f146182

Browse files
author
Samuel Huylebroeck
committed
Make method public for pdfHtml
RND-1011
1 parent 825200c commit f146182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svg/src/main/java/com/itextpdf/svg/converter/SvgConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ public static INode parse(InputStream stream, ISvgConverterProperties props) thr
920920
*
921921
* @return float[2], width is in position 0, height in position 1
922922
*/
923-
private static float[] extractWidthAndHeight(ISvgNodeRenderer topSvgRenderer) {
923+
public static float[] extractWidthAndHeight(ISvgNodeRenderer topSvgRenderer) {
924924
float[] res = new float[2];
925925
boolean viewBoxPresent = false;
926926

0 commit comments

Comments
 (0)