<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">&gt;</font><font face="Tahoma, Verdana, Arial, sans-serif">&gt; Is it possible to render rectangles whose vertical lines are different in 
width from the horizontal lines?

&gt;cairo_rectangle(cr, x, y, width, height);
&gt;cairo_save(cr);
&gt;cairo_scale(cr, stroke_width, stroke_height);
&gt;cairo_set_line_width(cr, 1);
&gt;cairo_stroke(cr);
&gt;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>