WARNING: This is under development and may not function correctly.

Leaflet stripes test

Leaflet.pattern-src.js plugin with updates by Stuart Lowe, Open Innovations (2024).

Edit the config below to see changes.

var stripes = new L.MultiStripePattern(
{
	"weight":[8,4,4],
	"color":["red","blue","yellow"],
	"angle":20
}
)