On Tue, 9 Sep 2008 10:53:57 -0700 (PDT) maarsh <[EMAIL PROTECTED]> wrote:
> > Hi , > > I am working on a modeling tool which has different shapes with text > in it . The rendering of the images within tool is done using > Graphics2D object . > > I have used svg batik library to generate svg . When i use firefox to > see this svg , the text elements are appearing bigger and sometimes , > they even cross the boundaries of the figure. > > The svg when viewed with IE works fine . Is this an issue with > firefox ? can some one help me on this ? Is there a fix for it ? Unlike Batik, FireFox requires units when specifying sizes on text. So, if you are using a font-size of '10', change it to '10px', and so on. This caused me loads of problems a few years ago. G. Wade -- "Mister Garibaldi, there're days I'm very glad I don't have to think like you do." -- Ivanova, "And the Sky Full of Stars" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
