B5縦のページと文字、枠、線
ファイル名 : B5.pxdx
描画サイズとViewBoxの右上座標と左下座標を指定して文字と枠と線を入れます。
<?xml version="1.0" encoding="UTF-8"?>
<!-- 用紙サイズ「B4」用紙方向「縦」 -->
<pxd paper-type="B5" orientation="portrait">
<page>
<svg width="182mm" height="257mm" viewBox="0 0 1820 2570">
<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>
</pxd>
<!-- 用紙サイズ「B4」用紙方向「縦」 -->
<pxd paper-type="B5" orientation="portrait">
<page>
<svg width="182mm" height="257mm" viewBox="0 0 1820 2570">
<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>
</pxd>