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.
8 lines
786 B
Plaintext
8 lines
786 B
Plaintext
title: $:/core/images/warning
|
|
tags: $:/tags/Image
|
|
|
|
<svg class="tc-image-warning tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 128">
|
|
<g fill-rule="evenodd">
|
|
<path d="M57.0717968,11 C60.1509982,5.66666667 67.8490018,5.66666667 70.9282032,11 L126.353829,107 C129.433031,112.333333 125.584029,119 119.425626,119 L8.57437416,119 C2.41597129,119 -1.43303051,112.333333 1.64617093,107 L57.0717968,11 Z M64,37 C59.581722,37 56,40.5820489 56,44.9935776 L56,73.0064224 C56,77.4211534 59.5907123,81 64,81 C68.418278,81 72,77.4179511 72,73.0064224 L72,44.9935776 C72,40.5788466 68.4092877,37 64,37 Z M64,104 C68.418278,104 72,100.418278 72,96 C72,91.581722 68.418278,88 64,88 C59.581722,88 56,91.581722 56,96 C56,100.418278 59.581722,104 64,104 Z"></path>
|
|
</g>
|
|
</svg> |