leaflet-polygon-fillPattern
leaflet-polygon-fillPattern copied to clipboard
Is it possible to merge a pattern with a fillColor ?
Hello,
I read the code but I don't understand completely what's going on in __fillPattern
Basically I want to add a custom pattern with transparency to a color for some features.
Thanks for your help !
Issue was caused by background color carrying rectrangles not being resized to the image dimensions. See my pull request for a fix.