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.
13 lines
716 B
Plaintext
13 lines
716 B
Plaintext
title: $:/core/images/info-button
|
|
tags: $:/tags/Image
|
|
|
|
<svg class="tc-image-info-button tc-image-button" viewBox="0 0 128 128" width="22pt" height="22pt">
|
|
<g fill-rule="evenodd">
|
|
<g transform="translate(0.049406, 0.000000)">
|
|
<path d="M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z"></path>
|
|
<circle cx="64" cy="32" r="8"></circle>
|
|
<rect x="56" y="48" width="16" height="56" rx="8"></rect>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg> |