345346347348349350351
/** * Creates a new SVG canvas. */ public JSVGCanvas() { this(new DefaultUserAgent()); }