Comment 14 for bug 1670913

Revision history for this message
Alvin Penner (apenner) wrote : Re: 0.92.1, 0.92.0 Default.svg using mm as units and scale of 1 causes problems

I think the browser issue should be reported separately because it is not related to the behavior of symbols.
   With browsers the problem that will be encountered is the fact that Inkscape sometimes uses variables that are not part of the svg spec. For example the variable:
<svg viewBox="0 0 397.95275 397.95278"> is part of the svg spec while the variable:
<sodipodi:namedview inkscape:document-units="cm"> is not part of the svg spec.
Therefore any Inkscape file that uses both of these variables, set to non-default values, is more or less guaranteed to differ from a browser at some point. However, it is reasonable to expect that the symbols would still scale correctly independently of that since they are entirely internal to Inkscape.