On Tuesday, April 19, 2005, 8:46:26 PM, sholla wrote:


salc> Hi,

salc> I have a very basic question:

salc> How does one use the <image> tag with an xlink?

salc> The following SVG file does not produce the image:

salc> <?xml version="1.0" encoding="ISO-8859-1" ?>
salc> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
salc> "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"; >
salc> <svg preserveAspectRatio="xMidYMid meet"
salc> xmlns="http://www.w3.org/2000/svg";
salc> xmlns:xlink="http://www.w3.org/1999/xlink"; zoomAndPan="magnify"
salc> height="400" width="400">
salc> <image id="image1" xlink:href="alps.jpeg" preserveAspectRatio="xMidYMid
salc> meet"/>
salc> </svg>

salc> I've tried ASV6 and Firefox.

How big did you want the image to be? You need a width and height, and
probably an x and y unless you want those to be zero.




-- 
 Chris Lilley                    mailto:[EMAIL PROTECTED]
 Chair, W3C SVG Working Group
 W3C Graphics Activity Lead



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

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