以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 SVG/GML/VRML/X3D/XAML 』  (http://bbs.xml.org.cn/list.asp?boardid=21)
----  Sample:关于stroke-dasharray  (http://bbs.xml.org.cn/dispbbs.asp?boardid=21&rootid=&id=13149)


--  作者:yuxi2000
--  发布时间:12/30/2004 9:20:00 PM

--  Sample:关于stroke-dasharray
还是直接把我的svg文件粘贴上来省事 :)
最下面是svg运行效果
yuxi2000:学习 交流 再学习 再交流 = 不断提高
<?xml version="1.0" standalone="no"?>
<!--本文件由yuxi2000创建-->
<!--在svg中的stroke-dasharray的付值如果个数是偶数就表示为画多少空多少的形式-->
<!--如果是奇数就自动在后面加相同的数形成偶数,比如1 2 3就会变成1 2 3 1 2 3 于是就可以表示为画多少空多少的形式-->
<!--具体看下面例子,我懒得打字了,麻烦-->

<!DOCTYPE svg PUBLIC "-/W3C/DTD SVG 1.1/EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg id="svg1" width="200" height="200" viewBox="-50 -50 200 200">
<g id="grid" stroke="black" stroke-width="1">
 <rect x="0" y="0" width="100" height="100" fill="none"/>

 <line x1="0" y1="55" x2="100" y2="55" />
 <line x1="10" y1="35" x2="10" y2="55" />
 <line x1="20" y1="35" x2="20" y2="55" />
 <line x1="30" y1="35" x2="30" y2="55" />
 <line x1="40" y1="35" x2="40" y2="55" />
 <line x1="50" y1="35" x2="50" y2="55" />
 <line x1="60" y1="35" x2="60" y2="55" />
 <line x1="70" y1="35" x2="70" y2="55" />
 <line x1="80" y1="35" x2="80" y2="55" />
 <line x1="90" y1="35" x2="90" y2="55" />
</g>
<g stroke="red" stroke-width="5" >
 <line x1="0" y1="50" x2="100" y2="50" stroke-dasharray="5 5 10 20"/>
 <line x1="0" y1="40" x2="100" y2="40" stroke-dasharray="5 5 10" stroke="green"/>
</g>
<g stroke="blue">
 <text x="20" y="-20">yuxi200 :)</text>
 <text x="0" y="-10">creat by EditPlus</text>
 <text x="2" y="20">dasharray sample</text>
 <text x="0" y="65">0</text>
 <text x="20" y="65">20</text>
 <text x="40" y="65">40</text>
 <text x="60" y="65">60</text>
 <text x="80" y="65">80</text>
</g>
</svg>




此主题相关图片如下:
按此在新窗口浏览图片
--  作者:yuxi2000
--  发布时间:12/30/2004 9:26:00 PM

--  
请复制、粘贴 存为unicode格式的svg文档--别说这也不会哦(用记事本就行)

最近一直在看svg和mobile svg
以后陆陆续续写点心得上来(恩,看来有必要去弄个blog什么的了)
主要写给和我一样的小鸟,博老鸟一笑
多交流哦
qq:29740169      msn email:yuxiqqq2000@hotmail.com


--  作者:天啦
--  发布时间:12/31/2004 9:38:00 AM

--  
我菜鸟,了好不容易看懂了
--  作者:zhiyu-2000
--  发布时间:12/31/2004 1:41:00 PM

--  
不错,支持一下
以后有什么心得和疑问,大家多交流一下!
--  作者:zhiyu-2000
--  发布时间:12/31/2004 1:43:00 PM

--  
我的email是:zhiyu-2000@163.com
不能上MSN

W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
46.875ms