mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
2bfefe3880
* Parameterise all the icons * Improve splash screen macro for rendering icons * Add new example from @kookma
5 lines
518 B
Plaintext
Executable File
5 lines
518 B
Plaintext
Executable File
title: $:/core/images/info-button
|
|
tags: $:/tags/Image
|
|
|
|
\parameters (size:"22pt")
|
|
<svg width=<<size>> height=<<size>> class="tc-image-info-button tc-image-button" viewBox="0 0 128 128"><g fill-rule="evenodd" transform="translate(.05)"><path d="M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48z"/><circle cx="64" cy="32" r="8"/><rect width="16" height="56" x="56" y="48" rx="8"/></g></svg> |