I have embeded gif images in my SVG file (test.svg) using following 
steps which works perfectly when i open svg file in IE.

<defs>
<filter id="IntermediateFig" filterUnits="objectBoundingBox" x="0" 
y="0" width="200" height="200">
<feImage xlink:href="images/Intermediate.gif" x="0" y="0" width="33" 
height="33" result="outputIntermediateFig"/>
</filter>
</defs>

<g id="[EMAIL PROTECTED]" transform="translate({$nodeX},{$nodeY})">
<rect x="0" y="0" width="100" height="100" filter="url
(#IntermediateFig)"/>
</g>

But if i embed this SVG file in another html file and try to open it 
in explorer then the gif images are not rendered. 
Steps:
<embed src="test.svg" width="5000" height="5000" 
pluginspage="http://www.adobe.com/svg/viewer/install/";> 
 

Any suggestion/help is welcome.

Thanks in Advance












-----
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/
 


Reply via email to