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="255.000000pt" height="246.000000pt" viewBox="0 0 255.000000 246.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1230 2454 c-91 -10 -189 -27 -225 -39 -102 -35 -162 -58 -199 -77 | |
| -43 -21 -157 -96 -166 -108 -3 -4 -23 -20 -45 -36 -77 -55 -247 -260 -308 | |
| -369 -95 -173 -138 -285 -221 -579 -43 -151 -53 -220 -57 -371 -5 -198 1 -296 | |
| 25 -396 31 -124 71 -202 140 -270 31 -29 56 -58 56 -62 0 -10 41 -46 52 -47 4 | |
| 0 29 -13 55 -28 27 -16 55 -29 63 -30 36 -2 73 -14 87 -27 31 -32 305 -12 423 | |
| 30 36 13 76 26 90 29 31 6 138 56 200 92 45 26 170 112 180 124 3 3 28 22 55 | |
| 42 77 55 279 276 372 405 l31 43 22 -73 c70 -225 102 -312 145 -395 46 -89 94 | |
| -155 162 -224 61 -61 79 -68 197 -74 81 -4 117 11 136 56 7 16 16 30 20 30 14 | |
| 0 27 54 20 82 -5 14 -7 41 -5 59 1 19 -2 47 -8 64 -12 35 -63 88 -77 80 -6 -3 | |
| -10 -1 -10 4 0 6 -6 11 -14 11 -19 0 -59 55 -89 121 -34 74 -80 236 -116 410 | |
| -59 281 -64 323 -66 634 -2 432 -24 535 -115 535 -29 0 -44 8 -75 40 -21 22 | |
| -35 40 -30 40 6 0 -12 21 -40 46 -46 43 -159 115 -254 163 -78 40 -307 76 | |
| -411 65z m320 -426 c190 -83 192 -85 188 -251 -2 -72 -1 -169 1 -213 3 -68 -1 | |
| -96 -24 -165 -66 -207 -247 -488 -438 -681 -151 -153 -369 -283 -528 -315 | |
| -159 -32 -286 15 -324 120 -17 47 -47 265 -39 279 8 13 35 239 29 247 -14 24 | |
| 95 372 151 484 36 70 117 195 151 232 15 17 49 54 75 82 136 147 270 207 508 | |
| 223 124 9 137 6 250 -42z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment