Skip to main content

All Questions

1 vote
2 answers
1k views

SVG AnimateTransform not working in Safari..?

Why is this animation, which works in FF and Chrome, not working in Safari (begin="click" does not trigger the animateTransform in Safari; replace click with for example 0s and you'll see it ...
DevelJoe's user avatar
  • 1,132
1 vote
1 answer
186 views

SVG animateTransform toggle only working once

If you click two subsequent times on the rectangle, you see an animation toggling on and off: <svg version="1.1" baseProfile="full" viewBox="0 0 1000 200" xmlns="http://www.w3.org/2000/svg" id="...
DevelJoe's user avatar
  • 1,132
1 vote
1 answer
208 views

Save end of SVG animation as png (quickly)

The following animated svg shows a point that is translated from left to right: <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/...
Hackerman's user avatar