Is it possible with cairo to fill a box or a polygon with a hatch (or arbitrary) pattern like below ? I didn't find informatinos in the cairo documentation or hackage.
- Are there built-in pattern in cairo ?
- What are the functions to fill with patterns ?
I'm using haskell but a snippet in any language would be helpful.