SVG: fill pattern with holes -


in svg, want use fill pattern leave "holes" in pattern other shapes drawn, example (which wasn't drawn svg). think i'm supposed use clipping and/or masking i'm not seeing how.

the whole svg superimposed on image needs visible through "holes" (and through background pattern). can't obscure image filling holes solid color.

you should use 'compound paths'. see this fiddle simple example.

enter image description here

when have pattern, apply overlay on image.

the reference cited in answer robert longson worth read.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -