dnfield / flutter_path_drawing

MIT License
166 stars 27 forks source link

How to use SVG to make a clip path for custom clipper? #23

Open Tonku opened 2 years ago

Tonku commented 2 years ago

Hi Thanks for the nice library

I have a requirement to use an SVG from a file say a wifi icon, to clip another widget using CutomClipper. How to do it..? I am using flutter_svg package. I need a fused(merge all paths union) path use it for clipping.

Can you kindly advise me on how to do it?