flutter_path_drawing icon indicating copy to clipboard operation
flutter_path_drawing copied to clipboard

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

Open Tonku opened this issue 2 years ago • 0 comments

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?

Tonku avatar Apr 01 '22 11:04 Tonku