Re: SVG font size difference between Firefox and Adobe SVGviewer
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
Malibu Man wrote:
> <svg xmlns="http://www.w3.org/2000/svg" xmlns:v="http://
> schemas.microsoft.com/visio/2003/SVGExtensions/"
>
> .st4 {fill:#000000;font-family:Arial;font-size:0.666664em}
This is setting the font-size relative to the default font the user has
selected (to be 0.666664 times as big as the default font). I assume
the default fonts in the two UAs are also different, right?
-Boris