以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 SVG/GML/VRML/X3D/XAML 』 (http://bbs.xml.org.cn/list.asp?boardid=21) ---- help,svg-矩形框好像不存在也不移动,我的代码有问题,麻烦改正 (http://bbs.xml.org.cn/dispbbs.asp?boardid=21&rootid=&id=75987) |
-- 作者:zthzth01 -- 发布时间:7/11/2009 3:18:00 PM -- help,svg-矩形框好像不存在也不移动,我的代码有问题,麻烦改正 问题描述:图片能显示但矩形框好像不存在没移动 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C/DTD SVG1.1//EN" "http://www.w3.org/Graphice/SVG/1.1/DTD/svg11-flat-20030114.dtd"> <svg width="1400" height="900" viewBox="0 0 1000 600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <desc>Mars Travel introduction</desc> <image x="600" y="100" width="333" height="250" xlink:href="mars.jpg"> <rect width="300" height="500" fill="rgb(150,150,150)" fill-opacity="0.50"> <animate attritubuName="y" attributeType="XML" from="500" to="100" dur="4s" repeatCount="indefinite" fill="freeze" /> </rect> </image> </svg>
|
-- 作者:zthzth01 -- 发布时间:7/11/2009 8:30:00 PM -- 汗...没人鸟~自己解决了 image x="600" y="100" width="333" height="250" xlink:href="mars.jpg"> <rect width="300" height="500" fill="rgb(150,150,150)" fill-opacity="0.50"> <animate attritubuName="y" attributeType="XML" from="500" to="100" dur="4s" repeatCount="indefinite" fill="freeze" /> </rect> </image> 改成 image x="600" y="100" width="333" height="250" xlink:href="mars.jpg"> <rect width="300" height="500" fill="rgb(150,150,150)" fill-opacity="0.50" /> </image> <animate attritubuName="y" attributeType="XML" from="500" to="100" dur="4s" repeatCount="indefinite" fill="freeze" /> |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
31.250ms |