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
I was using mathplotlib and discovered I could export SVGs so I thought about adding animation, but apparently I can't use the stroke-box or any other smaller box that fits the content, which for properties suuch as rotation or scale is important.
I think this could be a duplicate of #823 but would be nice to have some workaround for such an extensively used python library that can output good looking charts.
Here's the code, I tried to keep as little as possible so you could reproduce the bug.
Yeah, in the style tag you can see I'm using that property and value, which if you change the scale will change the point of transformation (I didn't use this property before maybe it's recent-ish?)
I was using mathplotlib and discovered I could export SVGs so I thought about adding animation, but apparently I can't use the stroke-box or any other smaller box that fits the content, which for properties suuch as rotation or scale is important.
I think this could be a duplicate of #823 but would be nice to have some workaround for such an extensively used python library that can output good looking charts.
Here's the code, I tried to keep as little as possible so you could reproduce the bug.
HTML:
JS
The text was updated successfully, but these errors were encountered: