ptouch-label CLIを追加して差込印刷を拡張
コマンド名を機能に合わせて整理し、SVGテンプレート+JSON/YAMLの差込印刷とメディア情報取得を使いやすくする。 Made-with: Cursor
This commit is contained in:
9
samples/merge_template.svg
Normal file
9
samples/merge_template.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="720" height="220" viewBox="0 0 720 220">
|
||||
<rect width="720" height="220" fill="#FFFFFF" />
|
||||
<text x="24" y="86" data-field="title" font-size="56" fill="#000000">TITLE</text>
|
||||
<text x="24" y="160" font-size="36" fill="#000000">
|
||||
<tspan data-field="left">LEFT</tspan>
|
||||
<tspan dx="20">/</tspan>
|
||||
<tspan dx="20" data-field="right">RIGHT</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 417 B |
Reference in New Issue
Block a user