Hi everyone,
Looking for ways to generate vector graphics with Processing. PDF export is okay, but it misses some features:
- vector gradients;
- clipping paths.
For now I have to render gradients as a set of flat-colored shapes,
and for clipping masks - perform crazy inaccurate bezier calculations.
Perhaps there's some library capable of exporting vector gradients to PDF, Ai, or EPS?
Regards,
Sergei Sokolov.