Re: how do you draw an outline of a circle/ellipse
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Wed, 11 Nov 2015 01:32:23 -0700, Mark Olesen wrote: > If I get rid of scale, and put in a value for radius, such as 10, it > will draw the outline. However, I will need cairo_scale to create an > ellipse. Apply the scale while constructing the path, then take it off before stroking. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo