SVG: need an option to allow absolute sizes
When I create an image and save it as an SVG, its size is specified in px. Illustrator uses a conversion factor of 72 dpi to convert the artboard and artwork sizes. If I create an artboard that's 100x100 mm, the SVG will render its size as: width="283.46px" height="283.46px"
This creates problems, because other programs use a different assumption for dpi (often 96 instead of 72), so when I import an SVG, it will be rendered a factor of 72/96 too small. This conversion factor cannot be changed in Illustrator.
In the Save options dialog, when I check the 'Responsive' check box, the units are removed from the viewport size.
In other programs, I can export SVG files with absolute units (viewport set to mm instead of px), which avoids this issue.
There are 2 ways to solve this:
1. add an option to specify SVG sizes in absolute units.
2 .allow us to change the dpi setting.
