Re: SVG Fonts Scale Properly in IE but not FF3

Chris Lilley <[email protected]>
Newsgroups gmane.comp.mozilla.devel.svg
Organization W3C
Message-ID <[email protected]>
On Thursday, November 20, 2008, 11:25:04 PM, Ken wrote:

KS> Sean,

KS> You need a unit identifier on font-size.

KS> Instead of

KS> style="font-family:Arial;font-size:22.00;fill:blue;"

KS> do

KS> style="font-family:Arial;font-size:22.00px;fill:blue;"

or alternatively, if you want the font size to be in user coordinates not px, avoid the style attribute and style element:

font-family="Arial" font-size="22.00" fill="blue"


-- 
 Chris Lilley                    mailto:[email protected]
 Technical Director, Interaction Domain
 W3C Graphics Activity Lead
 Co-Chair, W3C Hypertext CG
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.