new SVGGraphicContextConverter(getContext(domFactory));
SVGGraphicContext defaultSVGGC = converter.toSVG(gc);
traceSVGGC(defaultSVGGC, converter);
// Transform
gc.translate(40, 40);
// Paint
gc.setPaint(new GradientPaint(0, 0, Color.yellow, 200, 200, Color.red));
// Stroke