Using htmL macro to generate SVG images #3119
maurerdietmar
started this conversation in
General
Replies: 1 comment
-
Answering myself, this is caused by bug #2483: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently detected that SVG is fully DOM-aware, so it is possible to use the html macro to generate SVG elements:
That seems to work perfectly.
The only thing that does not work is animateTransform, i.e:
The generated html/svg looks correct to me, but I get no animation at all.
Any idea why?
Beta Was this translation helpful? Give feedback.
All reactions