Files
processing4/java/libraries/svg
Benjamin Fox c8a85e3a58 Adding an extension handler to the SVG library to allow linear and radial gradients to export as SVG
The extension handler is a copy of https://gist.github.com/msteiger/4509119 by Martin Steiger with minor changes for Processing
Several classes and methods in PShapeSVG and PShapeJava2D have been made public or modified to support the export of gradients
2025-01-19 15:38:54 -05:00
..
2021-01-17 13:21:01 -05:00
2015-05-16 12:36:02 -04:00

A very simple SVG exporter based on the PDF Export library that ships with Processing. Uses Batik's SVG Generator.