diff options
| author | Jules Aguillon | 2025-02-08 23:16:18 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2025-02-08 23:16:18 +0100 |
| commit | d3753cc455b22bdaf7e687632f2ae089409e2bdb (patch) | |
| tree | 7439d1c211233b1cc2177c7bb9337fab5346d52d /srcs/special_font | |
| parent | 96dabde7c81d04b36cbe5054649535b968594508 (diff) | |
| download | unexpected-keyboard-d3753cc455b22bdaf7e687632f2ae089409e2bdb.tar.gz unexpected-keyboard-d3753cc455b22bdaf7e687632f2ae089409e2bdb.zip | |
Add a glyph for cancelling the compose key
Diffstat (limited to 'srcs/special_font')
| -rw-r--r-- | srcs/special_font/01A.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/srcs/special_font/01A.svg b/srcs/special_font/01A.svg new file mode 100644 index 0000000..98262a6 --- /dev/null +++ b/srcs/special_font/01A.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Inspired from https://commons.wikimedia.org/w/index.php?curid=20206736 --> +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" version="1.1" viewBox="0 0 200 200"> + <g fill="none"> + <line x1="100" y1="45" x2="100" y2="155" stroke="#000" stroke-width="10"/> + <circle cx="100" cy="100" r="55" stroke="#000" stroke-width="10"/> + <line x1="45" y1="45" x2="155" y2="155" stroke="#000" stroke-width="10"/> + </g> +</svg> |
