aiSee: SVG Background Color

xbase:5 ybase:5,
viewBox="5 5 934 518"
xbase:2000 ybase:2000,
viewBox="2000 2000 934 518"

SVG does not support specifying an image background color. With aiSee, you can easily work around this problem by artificially enlarging the layout plane as follows:

  1. Set the top-level graph attributes xbase and ybase to high values, for example:

    xbase:2000 ybase:2000

  2. Export the graph to SVG.

  3. Open the SVG file with a text editor and manually adjust the four values of the viewBox attribute. This attribute is to be found in the third line of the SVG file.

Zoom out of each of the above images to see the difference.