Is it possible to import clip path somehow?

jima

Member
Licensed User
Longtime User
Suppose I have clip path drawn as a free form line drawing similar to attached cloud png

What I'd like to be able to do is 1) import this drawing onto canvas ; 2) fill the interior programmatically with an rgb color; 3) make a black border outlining the cloud (say, 2 strokes); 4)and then make that part of rectangle outside the black border transparent.

I realize the approach specified my not be the *standard* way to do it, so please feel free to correct me.
 

Attachments

  • cloudpath.PNG
    cloudpath.PNG
    5.2 KB · Views: 168
Top