Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

Use transform with scale and translate together on a svg path

I've read several threads on this topic and maybe there are some answers out there. Whether I didn't understand it or it just doesn't suit my problem this is my question: I have a path (inside a SVG) ...
Jony's user avatar
  • 61
1 vote
1 answer
82 views

Hover transform not removed when mouse leaves svg element, Safari only

I have a minimal piece of code that should result in a rectangle being transformed when hovering over it. It works fine on Chrome and Edge but Safari leaves the rectangle in its transformed state when ...
Paddy's user avatar
  • 31
1 vote
1 answer
4k views

Scaling SVG rect on hover using CSS transform

It seems that applying the same CSS transform on hover to an HTML or SVG element does not create the same effect. As you can see in the following fiddle, the p and rect do not behave the same way ...
morgi's user avatar
  • 1,015