naikus / svg-gauge

Minimalistic, animated SVG gauge. Zero dependencies
MIT License
319 stars 74 forks source link

Gauge label transform not working on Safari #40

Closed cetorres closed 4 years ago

cetorres commented 4 years ago

The gauge label, which is svg , doesn't work (gets ignored) when we try to apply a class with a transform inside. The solution is to add the inside a group: and apply to the class the group.

naikus commented 4 years ago

Thanks for reporting this. I'll look into your solution.

naikus commented 4 years ago

Hi @cetorres This has been fixed in master

naikus commented 4 years ago

Thanks @cetorres for your solution!