大きなカッコ2
ファイル名 : kakko2.pxdx
<?xml version="1.0" encoding="utf-8"?>
<!-- 用紙サイズ「A4」用紙方向「縦」 -->
<pxd paper-type="a4" orientation="portrait" title="カッコ">
<page>
<!-- 値10の時1mmになるように設定 -->
<svg x="0" y="0" width="29.7cm" height="21cm" viewBox="0 0 2970 2100">
<!-- 太い文字 -->
<text x="400" y="500" font-size="200" fill="black" stroke="none" font-weight="bold">太い文字</text>
<!-- 普通の文字 -->
<text x="400" y="800" font-size="200" fill="black" stroke="none">普通の文字</text>
<!-- カッコ -->
<g fill="none" stroke="black" stroke-width="1">
<!-- (4cm,3cm)~(4cm,8cm)に向けて曲線を描く。 -->
<path d="M 400 300 A 50 50 0 0 0 350 350 L 350 750 A 50 50 0 0 0 400 800" />
<!-- (16cm,3cm)~(16cm,8cm)に向けて曲線を描く。 -->
<path d="M 1600 300 A 50 50 0 0 1 1650 350 L 1650 750 A 50 50 0 0 1 1600 800" />
</g>
</svg>
</page>
</pxd>
<!-- 用紙サイズ「A4」用紙方向「縦」 -->
<pxd paper-type="a4" orientation="portrait" title="カッコ">
<page>
<!-- 値10の時1mmになるように設定 -->
<svg x="0" y="0" width="29.7cm" height="21cm" viewBox="0 0 2970 2100">
<!-- 太い文字 -->
<text x="400" y="500" font-size="200" fill="black" stroke="none" font-weight="bold">太い文字</text>
<!-- 普通の文字 -->
<text x="400" y="800" font-size="200" fill="black" stroke="none">普通の文字</text>
<!-- カッコ -->
<g fill="none" stroke="black" stroke-width="1">
<!-- (4cm,3cm)~(4cm,8cm)に向けて曲線を描く。 -->
<path d="M 400 300 A 50 50 0 0 0 350 350 L 350 750 A 50 50 0 0 0 400 800" />
<!-- (16cm,3cm)~(16cm,8cm)に向けて曲線を描く。 -->
<path d="M 1600 300 A 50 50 0 0 1 1650 350 L 1650 750 A 50 50 0 0 1 1600 800" />
</g>
</svg>
</page>
</pxd>