Examples 用紙関連 page2-str.pxdx

A4縦2ページ
<?xml version="1.0" encoding="utf-8"?>
<!-- 用紙サイズ「A4」用紙方向「縦」 -->
<pxd paper-type="a4" orientation="portrait">
<page>
<svg width="21cm" height="29.7cm" viewBox="0 0 2100 2970">
<text x="200" y="500" font-size="200" >サンプル!</text>
<text x="200" y="750" font-size="200" >1ページ目</text>
<line stroke-width="1" x1="200" y1="500" x2="1200" y2="500"/>
</svg>
</page>
<page>
<svg width="21cm" height="29.7cm" viewBox="0 0 2100 2970">
<text x="200" y="500" font-size="200" >サンプル!</text>
<text x="200" y="750" font-size="200" >2ページ目</text>
<line stroke-width="1" x1="200" y1="500" x2="1200" y2="500"/>
</svg>
</page>
</pxd>