Master Page Example
<svg>
<text x="20" y="20">This text is on the top of every page.</text>
<pageSet>
<page>
<circle cx="100" cy="100" r="20" fill="blue"/>
</page>
<page>
<rect x="100" y="100" width="20" height="20" fill="red"/>
</page>
</pageSet>
</svg>