hi,
does anyone know why the png 'shadow' layer in this svg on this page http://www.root2art.co.uk/test/canvas/index.php appears in ie7 but not ff? here are the relevant code extracts:- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" onload="Initialize(evt)" width="424px" height="600px" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 424 600" xmlns:xlink="http://www.w3.org/1999/xlink"> ..and.. <image transform="matrix(1 0 0 1 -178.718 294.195)" x="212" y="-286.993" width="340.556" height="586.993" xlink:href="canvas01_Images\canvas01_ImgID1.png"/> i originally got 'svg XML Parsing Error: prefix not bound to a namespace' in firefox, but this was fixed by adding xmlns:xlink="http://www.w3.org/1999/xlink"> to the svg tag. i take it removing this <metadata id="CorelCorpID_0Corel-Layer"/> does not effect anything. cheers guys harvey [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

