-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renderer pane option is ignored on canvas renderer #33
Comments
Thanks for the bug report and detailed reproduction steps. I have not yet gotten a chance to investigate but will do so when possible. |
To give an update, I've been able to confirm the issue. It looks like each curve was creating it's own canvas for isolation. This is because animating becomes challenging with multiple curves on the same canvas. But as noted, having multiple canvases also has its own issues. I'm working on getting animations to work reliably on a single canvas. |
@mobinseven I've just released version 0.7.0 which I believe resolves this issue. Please let me know if you can confirm. |
@elfalem Yes, I tested the snippet and they all rendered on a single canvas. Thanks! |
Issue Description:
When defining a renderer for the curve, which has a pane defined, pane is ignored and each curve creates a canvas for itself and makes the page very heavy and irresponsible.
Steps to reproduce:
Version
Leaflet 1.7.1
The text was updated successfully, but these errors were encountered: