crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Resolving color against the base tag? #165

Open oleersoy opened 6 years ago

oleersoy commented 6 years ago

Wondering if anyone can help me understand why resolveColor resolves a color against the base tag:

this._base = document && document.head.querySelector('base');