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
Exporting an SVG file can throw a DomException due to invalid stroke widths. It says this is because stroke-widths cannot have units. This seems to be because Float.toString prints values less than 0.001 in scientific notation.
Exporting an SVG file can throw a DomException due to invalid stroke widths. It says this is because stroke-widths cannot have units. This seems to be because Float.toString prints values less than 0.001 in scientific notation.