13 lines
381 B
Plaintext
13 lines
381 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg
|
||
|
width="{{WIDTH}}mm"
|
||
|
height="{{HEIGHT}}mm"
|
||
|
viewBox="0 0 {{WIDTH}} {{HEIGHT}}">
|
||
|
<rect
|
||
|
style="fill:none;stroke:{{STROKE_COLOR}};stroke-width:{{STROKE_WIDTH}}"
|
||
|
width="{{RECTANGLE_WIDTH}}"
|
||
|
height="{{RECTANGLE_HEIGHT}}"
|
||
|
x="{{RECTANGLE_X}}"
|
||
|
y="{{RECTANGLE_Y}}"
|
||
|
ry="{{BORDER_RADIUS}}" />
|