Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Anatoly ,
the devil is in the details.
Your transform is not a style attribute.
You can access fill via css, you can't access the transform attribute you set.
Those. you can rotate in css with the same name transform, but rotate elements directly in svg, not in sprite, and then don't forget to add deg
<style>
element: transform: rotate(180deg);
</style>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question