25-6.svg
上传用户:shuxianled
上传日期:2007-01-18
资源大小:6404k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

Others

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" 
  3.      width="3.5in" height="2.0in">
  4.   <title>Listing 26-6 from the XML Bible</title>
  5.   <circle cx="90" cy="90" r="70" 
  6.        fill="red" stroke="black" stroke-width="2" />
  7.   <circle cx="90" cy="90" r="60" 
  8.        fill="white" stroke="black" stroke-width="2" />
  9.   <circle cx="90" cy="90" r="50" 
  10.        fill="red" stroke="black" stroke-width="2" />
  11.   <circle cx="90" cy="90" r="40" 
  12.        fill="white" stroke="black" stroke-width="2" />
  13.   <circle cx="90" cy="90" r="30" 
  14.        fill="red" stroke="black" stroke-width="2" />
  15.   <circle cx="90" cy="90" r="20" 
  16.        fill="white" stroke="black" stroke-width="2"/>
  17.   <circle cx="90" cy="90" r="10" 
  18.        fill="red" stroke="black" stroke-width="2" />
  19. </svg>