Part of https://pelson.github.io/2017/xkcd_font_raster_to_vector_and_basic_font_creation/
Last active
August 13, 2017 16:55
-
-
Save pelson/18434e3bd37dcde8dd28a5a24def0060 to your computer and use it in GitHub Desktop.
Converting the rasters glyphs into SVG, and creating a rudimentary font with them
This gist exceeds the recommended number of files (~10).
To access all files, please clone this gist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" standalone="no"?> | |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" | |
| "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> | |
| <svg version="1.0" xmlns="http://www.w3.org/2000/svg" | |
| width="190.000000pt" height="332.000000pt" viewBox="0 0 190.000000 332.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,332.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M853 3300 c-63 -38 -138 -250 -210 -590 -55 -262 -72 -357 -66 -379 | |
| 4 -14 -17 -16 -192 -18 -108 -2 -205 -7 -215 -13 -10 -5 -35 -10 -55 -10 -74 | |
| 0 -115 -41 -114 -115 1 -96 14 -144 49 -180 19 -19 42 -35 51 -35 10 0 19 -5 | |
| 21 -10 5 -15 153 -30 290 -30 l118 0 -8 -127 c-10 -175 -7 -484 5 -623 23 | |
| -263 112 -534 232 -708 20 -28 46 -71 58 -94 47 -88 224 -237 378 -317 l98 | |
| -52 106 4 c125 5 122 4 197 44 55 29 164 124 164 143 0 4 9 10 19 13 31 8 102 | |
| 169 106 242 9 139 7 160 -15 198 -29 49 -59 63 -152 72 l-76 7 -55 -55 c-42 | |
| -42 -58 -66 -71 -109 -9 -31 -31 -78 -50 -104 -31 -45 -36 -49 -74 -48 -57 1 | |
| -100 32 -215 156 -113 122 -159 209 -201 373 -48 192 -60 295 -61 520 0 233 5 | |
| 428 12 455 5 20 52 25 303 35 153 6 202 12 245 27 66 23 94 39 100 58 4 11 10 | |
| 20 15 20 4 0 13 23 20 50 12 48 11 53 -13 88 -14 20 -29 54 -32 74 -4 21 -18 | |
| 49 -32 64 l-25 27 -218 -7 c-120 -3 -240 -9 -266 -13 l-47 -6 7 29 c21 95 51 | |
| 304 48 344 -2 28 20 144 39 211 11 37 21 91 23 120 3 30 9 66 14 80 14 34 17 | |
| 89 8 116 -6 18 -27 29 -109 54 -56 18 -106 33 -112 35 -5 2 -25 -5 -42 -16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment