Re: Ellipse stroke
Richard Copley <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <CAPM58ojfbfVr-+HiusbVbhN8qMe8cpwzhm=H_DErr9VR-d9dgQ@mail.gmail.com> |
On 30 November 2017 at 01:47, Ray Gardener <[email protected]> wrote: > Doesn't Cairo internally decompose arc calls into curveto calls? Sort of. The path data structure is like you describe, see <https://www.cairographics.org/manual/cairo-Paths.html#cairo-path-data-t>, but when stroking it you also have to take account of the joins between segments. I think. -- cairo mailing list [email protected] https://lists.cairographics.org/mailman/listinfo/cairo