Lines Matching refs:stroke
16 $image->Draw(primitive=>'line',points=>"$i,0 $i,300",stroke=>"#ccf");
17 $image->Draw(primitive=>'line',points=>"0,$i 300,$i",stroke=>"#ccf");
22 $image->Draw(primitive=>'RoundRectangle',fill=>'blue',stroke=>'maroon',
28 fill=>'none',stroke=>'black',strokewidth=>4);
32 $image->Draw(primitive=>'line',points=>"10,200 20,190",stroke=>red);
36 $image->Draw(primitive=>'circle',stroke=>'none',fill=>'yellow',,
38 $image->Draw(primitive=>'Path',stroke=>'none',fill=>'blue',strokewidth=>4,
40 $image->Draw(primitive=>'circle',stroke=>'black',fill=>'none',strokewidth=>4,
46 points=>"160,120 130,190 210,145 110,145 190,190 160,120",stroke=>red,
51 $image->Draw(primitive=>'line',points=>'200,260 200,200',stroke=>yellow,
53 $image->Draw(primitive=>'line',points=>'200,200 260,200',stroke=>yellow,
55 $image->Draw(primitive=>'line',points=>'260,200 260,260',stroke=>red,
57 $image->Draw(primitive=>'line',points=>'200,260 260,260',stroke=>green,