SVG export question / request

 From:  Michael Gibson
11489.5 In reply to 11489.4 
Hi Scott,

re:
> For example, if the line width value is set to ‘1’, what is the corresponding SVG line width in the exported file when opened in another app?

With the line width value set to ‘1’ that will go into the SVG file as stroke-width="1.0000pt" .

A "point" is a typographic unit frequently used for font heights and other size properties in 2D vector drawing apps.

One point is equal to 1/72 of an inch.

- Michael