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
935 B
Plaintext
8 lines
935 B
Plaintext
title: $:/core/images/video
|
|
tags: $:/tags/Image
|
|
|
|
<svg class="tc-image-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 128">
|
|
<g fill-rule="evenodd">
|
|
<path d="M64,12 C29.0909091,12 8.72727273,14.9166667 5.81818182,17.8333333 C2.90909091,20.75 1.93784382e-15,41.1666667 0,64.5 C1.93784382e-15,87.8333333 2.90909091,108.25 5.81818182,111.166667 C8.72727273,114.083333 29.0909091,117 64,117 C98.9090909,117 119.272727,114.083333 122.181818,111.166667 C125.090909,108.25 128,87.8333333 128,64.5 C128,41.1666667 125.090909,20.75 122.181818,17.8333333 C119.272727,14.9166667 98.9090909,12 64,12 Z M54.9161194,44.6182253 C51.102648,42.0759111 48.0112186,43.7391738 48.0112186,48.3159447 L48.0112186,79.6840553 C48.0112186,84.2685636 51.109784,85.9193316 54.9161194,83.3817747 L77.0838806,68.6032672 C80.897352,66.0609529 80.890216,61.9342897 77.0838806,59.3967328 L54.9161194,44.6182253 Z"></path>
|
|
</g>
|
|
</svg> |