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
convertFile() with options did produce specified dimensions PNG image, but SVG graphic was left in top-left corner in original size. Small dimensions just crops graphic.
This can be worked around by using non-fixed size SVGs, but is unexpected generally.
The text was updated successfully, but these errors were encountered:
To ensure that SVG rendered correctly, I tried using w3 provided samples:
https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/
But seems that fixed size SVGs do not resize, like this one:
https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/Test.svg
convertFile() with options did produce specified dimensions PNG image, but SVG graphic was left in top-left corner in original size. Small dimensions just crops graphic.
This can be worked around by using non-fixed size SVGs, but is unexpected generally.
The text was updated successfully, but these errors were encountered: