diff options
| author | Jules Aguillon | 2022-03-18 12:24:29 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-03-18 12:55:08 +0100 |
| commit | d733f8c78c4159dd78d5c9ffa2683cfb3fa894e8 (patch) | |
| tree | e716ca67dc14b112f0814930cd86a30798acfa0d /srcs/special_font/0E.svg | |
| parent | e63ff8f837947d574cc2da0c764b564302580343 (diff) | |
| download | unexpected-keyboard-d733f8c78c4159dd78d5c9ffa2683cfb3fa894e8.tar.gz unexpected-keyboard-d733f8c78c4159dd78d5c9ffa2683cfb3fa894e8.zip | |
Build all special glyphs from SVG
Recover the provenance of each glyphs and remove the base_font.ttf file.
Diffstat (limited to 'srcs/special_font/0E.svg')
| -rw-r--r-- | srcs/special_font/0E.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/srcs/special_font/0E.svg b/srcs/special_font/0E.svg new file mode 100644 index 0000000..499c2c8 --- /dev/null +++ b/srcs/special_font/0E.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 870 1000"> + <g transform="matrix(1 0 0 -1 0 850)"> + <path fill="currentColor" +d="M200 390h510v240h140v-280q0 -42 -30 -71t-70 -29h-550v-100l-200 170l200 170v-100z" /> + </g> + +</svg> |
