tSx SVG Export v.1.3.
This plugin is free software and come with absolutely NO WARRANTY. Author: Fenerit
For trueSpace 5.1 or above. Developed and tested in tS 6.6 only.

--------------------------------------------------------------------------------------------------------------------
tSxSVGExport.tsx

SVG Exporter. Export tS curve draws in rough SVG format.
SVG output tested on Inkscape (vector) and GIMP (raster) only.

--------------------------------------------------------------------------------------------------------------------
INSTALLATION:
1) Extract the zip folder within the "..\tsx\" directory.
2) Search for "tSxSVGExport.tsx" through the usual "Install new trueSpace eXtension" icon.

--------------------------------------------------------------------------------------------------------------------
------------------------------------------------- CHANGES LOG ------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
tSx SVG Export v.1.3

FIXES:
- svg xml: added mm units to the width/height, this cause Inkscape to highlight
  the exported page size within the "Document Properties" menu. Also non-metric units are accounted for;
- svg output: fit the draw as more as possible at the center of the page; its precise vertical/horizontal center alignment
  is left to SVG client, being the tS bounding box dependent upon the rationale of the curves,
  which enclosed manipulator elements coordinates could not match those belongs to SVG client. All this doesn't change
  the fidelity of the tS draw output.  

CHANGES:
- interface;

ADDS:
- page size and orientation;
- draw units output;

KNOWN LIMITATIONS:
- radio buttons "Draw units" doesn't holds the settings on disc. default draw units = cm (A0 fit). 

