bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 85 forks source link

background image does not work on ios #118

Closed vcomperq closed 3 years ago

vcomperq commented 4 years ago

Hi,

in my ionic 4 app, i used imageSrc to specify a svg image and i set the attribute showImage to true. When it test it in the browser, it works fine. But when i run it on an ios device, the image is not displayed... any idea ?

Thanks !