kottenator / jquery-circle-progress

jQuery Plugin to draw animated circular progress bars
http://kottenator.github.io/jquery-circle-progress/
MIT License
1.1k stars 312 forks source link

Drawing error in JavaFX Webview #165

Open gadeynebram opened 7 years ago

gadeynebram commented 7 years ago

Hi,

I'm using your project in a website that should be displayed within a Java FX Webview. In all other browsers it works fine but in this webview the arc is not fully drawn. Normally it should go like this. I've created a js fiddle for the issue.

In Java FX WebView this looks like this.

1st second image

2nd second image

3th second image

4th second image

Any idea what is causing this?

kottenator commented 7 years ago

That's ~weird~ interesting... Looks like something wrong inside JavaFX WebView Component... AFAIK it's based on WebKit - on what version? Maybe some really old one?

gadeynebram commented 7 years ago

Apparently it is webkit version 602.1

kottenator commented 7 years ago

It's pretty modern version.

kottenator commented 7 years ago

@gadeynebram - could you check how this looks in JavaFX?