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
Thanks for this useful library! When converting objects with rotation applied, the resulting SVG does not reflect the rotation. It appears that the SVG elements retain their default orientation despite transformations applied in the source.
I found a comment in the code in this line that might explain this:
@felixfbecker I just stumbled across #66 that does seem to fix css transforms like rotations. Shall i open a new PR with just the transformation feature or how would like to handle this?
fxwiegand
added a commit
to datavzrd/datavzrd
that referenced
this issue
Jun 18, 2024
Hi @felixfbecker,
Thanks for this useful library! When converting objects with rotation applied, the resulting SVG does not reflect the rotation. It appears that the SVG elements retain their default orientation despite transformations applied in the source.
I found a comment in the code in this line that might explain this:
dom-to-svg/src/element.ts
Line 372 in 208eb3b
Would it be possible to quickly add the rotation?
Many thanks in advance!
The text was updated successfully, but these errors were encountered: