test.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.      xmlns:xlink="http://www.w3.org/1999/xlink"
  4.      width="360px" height="310px">
  5.   <title>Listing 25-15 from the XML Bible</title>
  6.  
  7.   <image xlink:href="marjorie.jpg" 
  8.     x="20px" y="5px" width="260px" height="297px"/>
  9.   
  10.   <text x="25px" y="240px" 
  11.         font-size="14pt" font-weight="bold" 
  12.         font-family="Helvetica, Arial, sans">
  13.     This is my cat Marjorie.
  14.   </text>
  15.   <text x="25px" y="255px" 
  16.         font-size="14pt" font-weight="bold" 
  17.         font-family="Helvetica, Arial, sans">
  18.     She likes to have her picture taken.
  19.   </text>
  20. </svg>