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
In _convertToPx, all `length values are casts to integers. This breaks SVG files that specify width and height as floats. For example, "25.4mm" becomes "25mm", meaning the length will be "94.488px" instead of "96px".
The text was updated successfully, but these errors were encountered:
In
_convertToPx
, all `length values are casts to integers. This breaks SVG files that specify width and height as floats. For example, "25.4mm" becomes "25mm", meaning the length will be "94.488px" instead of "96px".The text was updated successfully, but these errors were encountered: