当前位置: 首页 > 图文教程 > 网络编程 > PHP > VML绘图板③资源--VMLgraph.xml

PHP
黑客隐藏PHP文件后门的技巧
新手通过实例学习动态网页PHP的语法
使用PHP生成1000个随机注册码
用PHP5的SimpleXML解析XML文档
PHP程序中使用session错误调试问题
简单学习动态网页制作PHP中的Cookies
取得当前插入数据库中记录的id值
显示照片exif信息PHP代码
在PHP中使用灵巧的体系结构
5种方法让您成为php开发高手
PHP编程中break及continue两个流程控制指令
PHP空白页面常见原因及解决方法
面向搜索引擎的URL优化
一个完整、安全的用户登录系统
有效防御PHP木马攻击的技巧
坏狼的PHP学习第1天!
坏狼的php学习第2天
坏狼的php学习第3天
简单站内HTML文件搜索程序
用PHP画一个可以更换文字的按纽

PHP 中的 VML绘图板③资源--VMLgraph.xml


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-03   浏览: 63 ::
收藏到网摘: n/a

资源
***************
* VMLgraph.xml
***************
<?xml version="1.0" encoding="GB2312" ?>
<root xmlns:v="urn:schemas-microsoft-com:vml">
<toolbar id="1">
  <v:group ID="cut" style="width:24; height:24; cursor:hand" coordsize="30,30" title="裁剪" onClick="select(this)">
   <v:rect style="width:30; height:30;" fillcolor="#ffffff" strokecolor="#000000" strokeweight="1" />
   <v:line from="11,4" to="20,26" />
   <v:arc style="left:6; top:12; width:8; height:12;" startangle="180" endangle="400">
    <v:fill opacity="0" />
   </v:arc>
   <v:line from="19,4" to="10,26" />
   <v:arc style="left:16; top:12; width:8; height:12;" startangle="0" endangle="180">
    <v:fill opacity="0" />
   </v:arc>
  </v:group>
</toolbar>
<toolbar id="2">
   <v:group style="width:24; height:24; cursor:hand" coordsize="30,30" title="正常" onClick="select(this)">
    <v:rect style="width:30; height:30;" fillcolor="#ffffff" strokecolor="#000000" strokeweight="1" />
    <v:shape style="width:30; height:30;" strokecolor="#000000">
     <v:path v="m 9,5 l 9,20, 12,16 17,25 19,23 15,15 19,15 x e" />
     <v:fill opacity="0" />
    </v:shape>
   </v:group>
</toolbar>
<toolbar id="3">
   <v:group style="width:24; height:24; cursor:hand" coordsize="30,30" title="点、线" onClick="select(this)">
    <v:rect style="width:30; height:30;" fillcolor="#ffffff" strokecolor="#000000" strokeweight="1" />
    <v:line from="8,8" to="22,22"/>
   </v:group>
</toolbar>
<toolbar id="5">
   <v:group style="width:24; height:24; cursor:hand" coordsize="30,30" title="矩形" onClick="select(this)">
    <v:rect style="width:30; height:30;" fillcolor="#ffffff" strokecolor="#000000" strokeweight="1" />
    <v:rect style="top:4; left:4; width:22; height:22;">
     <v:fill opacity="0" />
    </v:rect>
   </v:group>
</toolbar>
<toolbar id="6">
   <v:group style="width:24; height:24; cursor:hand" coordsize="30,30" title="圆角矩形" onClick="select(this)">
    <v:rect style="width:30; height:30;" fillcolor="#ffffff" strokecolor="#000000" strokeweight="1" />
    <v:roundrect style="top:4; left:4; width:22; height:22;" arcsize="0.2">
     <v:fill opacity="0" />
    </v:roundrect>
   </v:group>
</toolbar>
<toolbar id="8">
  &