manubb / Leaflet.PixiOverlay

Bring Pixi.js power to Leaflet maps
MIT License
463 stars 85 forks source link

Texture inside polygon #10

Closed vk207 closed 6 years ago

vk207 commented 6 years ago

Is there any possibilities to draw texture in polygon with out changing the background color

manubb commented 6 years ago

I'a not a pixi master but maybe that masking is the feature that you need: http://pixijs.io/examples/#/demos/masking.js or http://pixijs.io/examples/#/demos/mask-render-texture.js

manubb commented 6 years ago

I will close this issue. If your problem is stil unsolved, consider asking help here.