Re: Ellipse stroke

[email protected]
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
 
Hi Richard,

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

https://github.com/cecashon/OrderedSetVelociRaptor/tree/master/Misc/CircularClocks

Some start as circles but can be deformed into an ellipse. There are some wide lines and a few other circular shapes there also.

Eric

-- 
cairo mailing list
[email protected]
https://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.