blob: b6a19a7dfac5cd826cfe359790ecf8d8c3bbf267 [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?xml version="1.0" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
3<svg width="4in" height="3in">
4 <desc>This SVG drawing embeds another one,
5 thus establishing a new viewport
6 </desc>
Daniel Veillard14fff061999-06-22 21:49:07 +00007<!-- The following statement establishing a new viewport
Daniel Veillard7d2c2761999-10-11 15:09:51 +00008 and renders SVG drawing B into that viewport -->
9 <svg style="left: 25%; top: 25%" width="50%" height="50%">
10<!-- drawing B goes here -->
11 </svg>
Daniel Veillard011b63c1999-06-02 17:44:04 +000012</svg>