Leaflet.pattern
Leaflet.pattern copied to clipboard
Multiple svg paths on single PatternPath
Is there a way to achieve it? var shape = new L.PatternPath({ d: 'M10 0 L7 20 L25 20 Z', fill: true }); The API is straightforward and says 'No'. But maybe I am missing something (?)
You can add multiple shapes to a pattern. I uses this when wanting different colours. Is that not sufficient for you? What are you trying to achieve?