softwaretailoring / wheelnav

Animated wheel navigation JavaScript library based on Raphaël.js (SVG/VML). It can be a pie menu (radial menu, circular menu) and many more.
https://wheelnavjs.softwaretailoring.net
MIT License
702 stars 101 forks source link

Deformation on DonutSlice Chrome #62

Closed Zyostes closed 7 years ago

Zyostes commented 7 years ago

I am using version 1.7.0 of wheelnav, i have that parameters :

wheel = new wheelnav("wheelnav");
wheel.colors = ['#3299BB'];
wheel.slicePathFunction = slicePath().DonutSlice;
wheel.markerEnable = true;
wheel.slicePathAttr = {'fill': '#3299BB', 'fill-opacity': 1, 'stroke': '#f1f2f2', 'stroke-width': 20};
wheel.sliceSelectedAttr = {'fill': '#093F4C'};

In Chrome (Version 59.0.3071.115 (Build officiel) (64 bits)), Windows 10, i have this deformation :

apsys business partner integrateur de solutions de gestion pme pmi

In Mozilla Firefox i have not this bug.

Thank you per advance.

softwaretailoring commented 7 years ago

Hi @Zyostes Sorry for late response, I was on holiday. I have similar environment than yours, but I cannot reproduce your issue. Can you make a JSBin or JSFiddle about it?

softwaretailoring commented 7 years ago

Hi @Zyostes Do you still have this issue?