<div dir="ltr"><div>I now see the problem and agree with Bill's reasoning. Hopefully, the lock solution will be put into play in a future version.<br><br></div>Thanks for the support folks.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 11, 2015 at 1:32 AM, Mark Olesen <span dir="ltr"><<a href="mailto:markjolesen@gmail.com" target="_blank">markjolesen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>I am unable to create an outline of a circle/ellipse.<br>cairo_stroke below fills instead of creating an outline.<br>Any ideas?<br><br>double width= 100;<br>double height= 100;<br>double x= 100;<br>double y= 100;<br><br>cairo_save (cr);<br>cairo_set_source_rgb(cr, 1.0, 0.0, 0.0);<br>cairo_translate (cr, x + width / 2., y + height / 2.);<br>cairo_scale (cr, width / 2., height / 2.);<br>cairo_arc (cr, 0., 0., 1., 0., 2 * M_PI);<br>cairo_stroke (cr);<br>cairo_restore (cr);<br><br>Following is the version of cairo I am using:<br>lrwxrwxrwx 1 root root      21 Oct 31 05:03 /usr/lib/libcairo.so -> libcairo.so.2.11400.4<br>lrwxrwxrwx 1 root root      21 Oct 31 05:03 /usr/lib/libcairo.so.2 -> libcairo.so.2.11400.4<br>-rwxr-xr-x 1 root root 1236288 Oct 31 05:03 /usr/lib/libcairo.so.2.11400.4<br><br>If I get rid of scale, and put in a value for radius, such as 10, it will<br></div>draw the outline. However, I will need cairo_scale to create an ellipse.<br><br><br></div>Thanks in advance,<br></div>Mark<br></div>
</blockquote></div><br></div>