| <?xml version="1.0"?> |
| <svg xmlns="http://www.w3.org/2000/svg" |
| xmlns:xlink="http://www.w3.org/1999/xlink" |
| xmlns:xhtml="http://www.w3.org/1999/xhtml"> |
| <foreignObject x="10" y="10" width="580" height="380" transform="scale(5) skewY(5) skewX(5)"> |
| <xhtml:div>This is a test</xhtml:div> |
| <xhtml:a href="http://www.example.com/">and a link.</xhtml:a><xhtml:br/> |
| </foreignObject> |
| <rect x="10" y="10" width="580" height="380" stroke="green" fill="none" /> |
| |
| <defs> |
| <script>var zoomCount = 2;</script> |
| <script xlink:href="../resources/testPageZoom.js"/> |
| </defs> |
| </svg> |