mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
2f8837a445
The trouble with tweaking the ViewBox was that the amount of the adjustment is expressed in the coordinate system of the image, not the coordinate system of the bitmap that is being rendered. That means that the additional space doesn’t necessarily extend to the single physical pixel needed to resolve the issue.
14 lines
709 B
Plaintext
14 lines
709 B
Plaintext
title: $:/core/images/delete-button
|
|
tags: $:/tags/Image
|
|
|
|
<svg class="tc-image-delete-button tc-image-button" viewBox="0 0 128 128" width="22pt" height="22pt">
|
|
<g fill-rule="evenodd" transform="translate(12.000000, 0.000000)">
|
|
<rect x="0" y="11" width="105" height="16" rx="8"></rect>
|
|
<rect x="28" y="0" width="48" height="16" rx="8"></rect>
|
|
<rect x="8" y="16" width="16" height="112" rx="8"></rect>
|
|
<rect x="8" y="112" width="88" height="16" rx="8"></rect>
|
|
<rect x="80" y="16" width="16" height="112" rx="8"></rect>
|
|
<rect x="56" y="16" width="16" height="112" rx="8"></rect>
|
|
<rect x="32" y="16" width="16" height="112" rx="8"></rect>
|
|
</g>
|
|
</svg> |