<font color='black' size='2' face='arial'>
<div> <font size="2"><br>
Hi Richard,<br>
<br>
I don't have a solution for drawing with a cairo arc and a wide line. If you want to draw wide curves though, you can use bezier points. Get some circular or elliptical points and then get the bezier points for them. Then draw the curve. This gives you a lot of flexibility with what you might want to draw. As an example, I have some clocks at<br>
<br>
https://github.com/cecashon/OrderedSetVelociRaptor/tree/master/Misc/CircularClocks<br>
<br>
Some start as circles but can be deformed into an ellipse. There are some wide lines and a few other circular shapes there also.<br>
<br>
Eric</font><br>
</div>

<div> <br>
</div>
<br>
</font>