public class SVGTools
extends java.lang.Object
| Constructor and Description |
|---|
SVGTools() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
toPNG(java.lang.String svg)
Given an SVG xml string, convert it to a PNG BufferedImage
|