littleimg.svg
上传用户:zhou95159
上传日期:2013-06-28
资源大小:11k
文件大小:2k
源码类别:

Oracle数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
  2. <!--
  3. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
  4.   "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
  5. -->
  6. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN"
  7.   "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd">
  8. <svg id="mainid" onload="initsvg(evt)" onzoom="ZoomControl()" onclick="opennewwin();">
  9. <script type="text/ecmascript"><![CDATA[
  10.   function initsvg(evt) 
  11.   {
  12.     try 
  13.     {
  14.       init(evt);
  15.     }
  16.     catch(e) {};
  17.   }
  18.   ]]>
  19. </script>
  20.   <defs>
  21. <linearGradient id="grad001" gradientTransform="rotate(90)">
  22.   <stop offset="0" stop-color="#CBFEFF"/>
  23.   <stop offset="0.26" stop-color="#C4F1FF"/>
  24.   <stop offset="0.764" stop-color="#A0A9FF"/>
  25.   <stop offset="1" stop-color="#9999FF"/>
  26. </linearGradient>
  27.     <style type="text/css">
  28.       <![CDATA[
  29.       line
  30.       {
  31.         stroke: #000;
  32.         stroke-width: 1px
  33.       }
  34.       g text
  35.       {
  36.         font-family: Arial,Helvetica,sans-serif,SimSun;
  37.         font-size: 9px;
  38.         cursor:hand;
  39.       }
  40.       g rect
  41.       {
  42.         cursor:move;
  43.       }
  44.       rect
  45.       {
  46.         cursor:move;
  47.       }
  48.       ]]>
  49.     </style>
  50.   </defs>
  51.   <a xlink:href="">
  52.   <g id="imageBorder">
  53.       <rect id="imageBorderRect" x="0" y="0" width="179" height="128" style="fill:url(#grad001);stroke:none"/>
  54.   </g>
  55. <g id="gc">
  56. </g>
  57.   <g id="tooltip">
  58.     <rect id="ttr" x="0" y="0" rx="5" ry="5" width="100" height="16" style="visibility: hidden"/>
  59.     <text id="ttt" x="0" y="0" style="visibility: hidden">dyn. Text</text>
  60.   </g>
  61.   </a>
  62. </svg>