Feranped
Feranped
I solved this issue exporting as PDF from Figma and converting to SVG with Zamzar. Sadly, I tried with a more complex SVG and it started throwing new errors that...
Yeah it seems it simply is converting to SVG without the invalid tags.
> I was only facing this issue in two images in my whole project. > > So I use [this](https://onlineconvertfree.com/complete/png-svg/) website to convert those images from PNG to SVJ Now...
Yes, in fact that solves it! `.leaflet-map-pane canvas !important { z-index: 999; } ` Thanks, @Zwabo. I was getting anxious with this. Now it makes sense that the svg element...
Hey all! After 2 days spent copying and pasting and not very wisely barely reading documentation (lol, won't happen next time), I have a hacky way to debug fully from...
In case it was something similar to my issue, in my TS, Next.js project I had similar errors. I solved it by importing the lib like so in the file...
Nice, it wasnt that hard to get it working though. Great library, it looks amazing!