[cairo] Ellipse stroke

Richard Copley rcopley at gmail.com
Thu Nov 30 22:27:26 UTC 2017


On 30 November 2017 at 01:47, Ray Gardener <rayg at daylongraphics.com> 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.


More information about the cairo mailing list