7 lines
392 B
Plaintext
7 lines
392 B
Plaintext
<svg width="@ObjW" height="@ObjH">
|
|
<rect width="@rectW" height="@rectH" style="@BlockStyle" transform="skewX(@step)" />
|
|
<g transform="translate(@step,@rectH)">
|
|
<rect width="@rectW" height="@rectH" style="@BlockStyle" transform="skewX(@(-step))" />
|
|
</g>
|
|
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" style="@TextStyle">@StepText</text>
|
|
</svg> |