Re: SVG Fonts Scale Properly in IE but not FF3
Ken Stacey <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | Software Mechanics |
| Message-ID | <[email protected]> |
Sean, You need a unit identifier on font-size. Instead of style="font-family:Arial;font-size:22.00;fill:blue;" do style="font-family:Arial;font-size:22.00px;fill:blue;" Ken Stacey On 21/11/2008 08:05, seanmichaelragan wrote: > I'm sure there's something terribly obvious I'm overlooking, but I'd ask you > to bear with me. I'm an amateur enthusiast; I don't do this for a living. > > So under the previous edition of FF the tags in my custom SVG tag cloud > at... > > http://www.seanmichaelragan.com > > ..scaled properly, that is, they scaled proportionally to the number of > articles that contain whatever tag they represent. The page code has not > changed, but since I upgraded to FF3 the fonts no longer scale correctly. > Instead they're all displayed at a uniform inscrutably tiny size. The > latest IE, most annoyingly, still scales the fonts as I intended. I just > hate it that I've got any reason whatsoever to want to use IE. Can somebody > advise me about how to fix it? > > Thank you. > -Sean > >