naikus / svg-gauge

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

Gauge color not changing in IE11 #14

Open cephirothdy2j opened 6 years ago

cephirothdy2j commented 6 years ago

In your CodePen demo, the color of gauge .two never changes as the value changes. Instead, the color remains the value it was set in your CSS ("orange").

I believe this is an issue where the style attribute of an SVG element, such as a <path />, cannot be set using JavaScript.