PlainSVG

From Inkscape Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Plain SVG

Plain SVG is a file format of inkscape and other svg-editors, made for compatibility between svg drawing programs, to strip of all program related information that is of no use in other svg-editors and because of filesize. It is a human readable format, because the filecontent is saved as ascii-text.

Another option is the svgz file format which is a normal svg file packed with gnu-z. That shrinks the filesize, but produces a binary which is not human readable as it is.

It is a good idea to save your work files in svgz format, to save space on your harddrive. Inkscape and some other programs as Ksvg can read svgz files without a problem or timedelay.

FireFox 1.5.0.6 can not display svgz-files directly. It must be converted to svg first.