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.
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.