test.svg
上传用户:shuxianled
上传日期:2007-01-18
资源大小:6404k
文件大小:1k
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <svg xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- width="360px" height="310px">
- <title>Listing 25-15 from the XML Bible</title>
-
- <image xlink:href="marjorie.jpg"
- x="20px" y="5px" width="260px" height="297px"/>
-
- <text x="25px" y="240px"
- font-size="14pt" font-weight="bold"
- font-family="Helvetica, Arial, sans">
- This is my cat Marjorie.
- </text>
- <text x="25px" y="255px"
- font-size="14pt" font-weight="bold"
- font-family="Helvetica, Arial, sans">
- She likes to have her picture taken.
- </text>
- </svg>