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
{{ message }}
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.
There's a problem, when you try to use negative coordinates in \p tag.
You can use it in SVG, but you need to set viewBox attribute.
I changed DrawingStyles.prototype.toSVG function.
First find minimum value:
There's a problem, when you try to use negative coordinates in \p tag.
You can use it in SVG, but you need to set viewBox attribute.
I changed DrawingStyles.prototype.toSVG function.
First find minimum value:
And then something like this:
It works, but looks still strange:
Need to be like this:
And of course code of graphics:
The text was updated successfully, but these errors were encountered: