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

Safari warning: "canvas area exceeds the maximum limit ( width * height > 268435456)" #168

Open peotuan opened 6 years ago

peotuan commented 6 years ago

Hi guys, i've counter a safari warning which not let me draw full of my progress-bar in 1st time, but in 2nd time ( after reload the page ) it's displaying like normal. In window, it's normal too. here's the pic in safari

image

and here's the version in window image

and finally, the warning message in safari ( window don't have it ) image

Here's sample of my code <round-progress [ngStyle]="{'margin':'auto'}" [color]="'#F9C023'" [current]="salesNumber()" [radius]="100" [stroke]="5" [max]="100"> </round-progress>

peotuan commented 6 years ago

anyone here? please help me !