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.
when have pattern, apply overlay on image.
the reference cited in answer robert longson worth read.
Comments
Post a Comment