Yes, i know, but i have tried with firefox and opera. Also to implement the <object> solution i have to write the image to the disc first and then dynamically set the data attribute on the object tag.
Nino: what do you mean by where is the page? If i can see a non SVG image with exactly the same page, shouldn't i be able to see an SVG image? Best regards. On Mon, Jun 30, 2008 at 9:24 AM, Federico Fanton <[EMAIL PROTECTED]> wrote: > On Sun, 29 Jun 2008 21:03:29 -0300 > "Manuel Corrales" <[EMAIL PROTECTED]> wrote: > > > Hey, great!! But still having issues, sorry to bother you again. Now i > added > > the svg to the page, but the browser do not display it. The image is > there, > > because when i right click the broken image that is displayed by the > broser > > and press save as, i can save the svg and is good. Should my html tag be > > different, or should i set something else on my code: > > Not every browser handles SVGs directly, some need a plugin (guess which > one :) ).. In our project I use the <object .../> tag, so for example when > the page is rendered it has a > > <object style="height: 32px; width: 32px;" data="images/logo.svg"/> > > Bye! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
