Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exported SVGs missing rotation #192

Open
fxwiegand opened this issue Apr 29, 2024 · 1 comment
Open

Exported SVGs missing rotation #192

fxwiegand opened this issue Apr 29, 2024 · 1 comment

Comments

@fxwiegand
Copy link

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:

// TODO consider rotation

Would it be possible to quickly add the rotation?

Many thanks in advance!

@fxwiegand
Copy link
Author

@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
This PR adds and export function for the table and is still WIP
depending on felixfbecker/dom-to-svg#192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant