Re: How to texturing a self-defined pattern(or image) along line and fill a polygon?
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Fri, 04 Dec 2015 14:53:56 +0800, [email protected] wrote: > I want to use cairo to draw vector-maps, and it shows the strong > ability to draw lines and polygons etc., but now I need to texturing > a self-defined pattern(may like -^--^--^--^-) along a winding line > and fill polygon with it, how should I do? You could flatten the path to a sequence of straight lines. Then do your own patterning along each of those straight lines. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo