Home › Forums › CSS › Problem with SVG sprites in Firefox › Reply To: Problem with SVG sprites in Firefox
February 9, 2016 at 1:43 am
#237826
Participant
Sorry, I’ve misunderstood you. But still, you have to add -moz-transform: scale(1)
rule to <svg>
‘s.
http://codepen.io/Juribiyan/pen/PZxEeQ
Thanks!