diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-26 20:17:01 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-27 10:08:44 -0500 |
| commit | 7cb70ada4f1b2b877ad3f7428aeee4ad58ec0890 (patch) | |
| tree | 121225694a53e321094af8a2414bc99785b61ece /assets | |
| parent | 4cd201da9cd2b26dc39b064e81f17b92e796e532 (diff) | |
pke: generate mtsdf for individual svgs
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/glyphs/box.svg | 21 | ||||
| -rw-r--r-- | assets/glyphs/circle.svg | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/assets/glyphs/box.svg b/assets/glyphs/box.svg new file mode 100644 index 0000000..66e0078 --- /dev/null +++ b/assets/glyphs/box.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="16" + height="16" + viewBox="0 0 16 16" + version="1.1" + id="svg1" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1" /> + <g + id="layer1"> + <path + id="rect4" + style="fill:#000000;stroke:none" + d="M 0 0 L 0 16 L 16 16 L 16 0 L 0 0 z M 1 1 L 15 1 L 15 15 L 1 15 L 1 1 z " /> + </g> +</svg> diff --git a/assets/glyphs/circle.svg b/assets/glyphs/circle.svg new file mode 100644 index 0000000..a0fd061 --- /dev/null +++ b/assets/glyphs/circle.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="16" + height="16" + viewBox="0 0 16 16" + version="1.1" + id="svg1" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1" /> + <g + id="layer1"> + <path + id="path5" + style="display:inline;fill:#000000;stroke:none" + d="M 8 0 A 8 8 0 0 0 0 8 A 8 8 0 0 0 8 16 A 8 8 0 0 0 16 8 A 8 8 0 0 0 8 0 z M 8 1 A 7 7 0 0 1 15 8 A 7 7 0 0 1 8 15 A 7 7 0 0 1 1 8 A 7 7 0 0 1 8 1 z " /> + </g> +</svg> |
