jieter / Leaflet-semicircle

Extend Leaflet's circle class to display semicircles.
http://jieter.github.io/Leaflet-semicircle/examples/semicircle.html
MIT License
121 stars 52 forks source link

Fix other half of #14, specifically for Canvas rendering #38

Closed rmlanman closed 2 years ago

rmlanman commented 3 years ago

Looks like the PR (#23) for #14 only addressed the SVG rendering of the Semicircle. We are using the Canvas renderer and noticed the exact issue pointed out in Issue #14. I applied the fix from #23 to the Canvas section and tested. Our issue was resolved as expected.