http://i2p-javadocs.i2p/net/i2p/rrd4j/SimpleSVGGraphics2D.html
> hints) void append ( String s) Graphics2D API bypass, advanced use only void clearRect (int x,
int y,
int width,
int height) void clip ( Shape s) void clipRect (int x,
int y,
int width,
int height) void copyArea (int x,
int y,
int width,
int height,
int dx,
int dy) Graphics create () void dispose () void draw ( Shape s) void drawArc (int x,
int y,
int width,
int height,
int startAngle,
int arcAngle) Circles only for now, must be width == height and arcAngle == 360
...