<font color='black' size='2' face='Arial, Helvetica, sans-serif'>
<div style="font-size: 10pt; color: black; ">
<div id="AOLMsgPart_0_5144fbab-3fe9-490d-b86b-f7bddacaf0f6" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); "><pre style="font-size: 9pt; "><tt><font face="Arial, Helvetica, sans-serif">></font><font face="Tahoma, Verdana, Arial, sans-serif">> Is it possible to render rectangles whose vertical lines are different in
width from the horizontal lines?
>cairo_rectangle(cr, x, y, width, height);
>cairo_save(cr);
>cairo_scale(cr, stroke_width, stroke_height);
>cairo_set_line_width(cr, 1);
>cairo_stroke(cr);
>cairo_restore(cr);
<br>
</font></tt></pre><pre style="font-size: 9pt; "><tt><font face="Tahoma, Verdana, Arial, sans-serif">Thanks Chris!</font></tt></pre><pre style="font-size: 9pt; "><tt><font face="Tahoma, Verdana, Arial, sans-serif">Given this solution, what are the resulting dimensions of the rectangles? Both the rectangle outside the line and the one within the line? I need to fill the inner rectangle with a color . I also need to use the inner rectangle for clipping other content which will be rendered on top of it.
</font></tt></pre>
</div>
<!-- end of AOLMsgPart_0_5144fbab-3fe9-490d-b86b-f7bddacaf0f6 -->
</div>
</font>