Re: SVG font size difference between Firefox and Adobe SVGviewer
Malibu Man <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <be3e52e4-0955-4fba-84de-a23aa48eb209@i20g2000prf.googlegroups.com> |
Thanks to Boris and Rick I realised the em unit is not absolute but a relative unit, relative to the browser font size. I replaced em with px, which made the fonts way too small, and then multiplied by 10, to get equal sizes in IE and Fx. Problem solved. Now I need to find a way to let Visio use px by default when exporting to SVG. Thanks both, Cas