// of unnecessary large images.
// NOTE that the rendered SVG can never be larger than the initial value
// of PreferredSize for some bizzarro reason, so we set PreferredSize to
//the screen size, initially...
//
svgComponent = new JSVGComponent(null, false, false) {
// new JSVGComponent(SVGUserAgent, eventsEnabled, selectableText)
Dimension screenSize;
{