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="222.000000pt" height="315.000000pt" viewBox="0 0 222.000000 315.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M818 3144 c-4 -3 -62 -18 -130 -34 -137 -32 -248 -76 -353 -138 -71 | |
| -41 -155 -113 -155 -131 0 -5 -8 -12 -17 -15 -10 -3 -27 -19 -38 -36 -11 -16 | |
| -25 -30 -32 -30 -27 0 -51 -59 -71 -172 -19 -107 -20 -124 -7 -190 7 -40 18 | |
| -127 24 -193 7 -66 16 -161 22 -212 6 -50 12 -160 15 -245 2 -84 11 -238 19 | |
| -343 8 -104 20 -327 25 -495 14 -398 24 -542 45 -614 29 -102 59 -134 156 | |
| -165 53 -17 80 -14 121 14 20 14 44 25 52 25 9 0 16 3 16 8 0 4 13 16 30 27 | |
| 16 11 34 31 39 45 11 29 13 190 2 190 -23 0 -55 232 -46 335 5 63 -3 270 -21 | |
| 512 l-7 92 45 -14 c25 -7 64 -25 87 -39 22 -14 43 -26 47 -26 11 0 326 -181 | |
| 389 -223 66 -44 185 -138 254 -201 144 -129 315 -364 357 -491 25 -74 134 | |
| -295 162 -330 59 -73 103 -73 243 0 134 70 139 82 93 200 -99 253 -221 497 | |
| -300 600 -18 25 -34 50 -34 56 0 13 -95 123 -185 214 -76 77 -290 255 -306 | |
| 255 -6 0 -45 22 -87 49 -42 27 -89 55 -104 62 -16 7 -28 15 -28 18 0 6 27 19 | |
| 100 47 25 9 50 20 55 25 6 4 55 33 110 64 117 68 130 77 295 211 114 93 235 | |
| 213 264 262 6 10 23 37 39 59 15 22 29 49 32 61 2 11 12 38 23 59 11 21 26 56 | |
| 32 78 7 22 17 43 22 46 23 15 3 279 -23 294 -5 4 -9 15 -9 25 0 10 -9 22 -20 | |
| 25 -11 3 -20 13 -20 21 0 20 -84 99 -140 131 -25 14 -65 39 -90 54 -50 31 | |
| -227 97 -276 104 -17 2 -60 11 -95 21 -35 9 -86 18 -114 19 -27 2 -99 10 -159 | |
| 19 -105 15 -336 22 -348 10z m289 -398 c299 -49 380 -69 488 -120 135 -64 142 | |
| -95 57 -235 -46 -76 -59 -90 -182 -196 -169 -144 -295 -227 -455 -299 -110 | |
| -48 -142 -56 -353 -86 -78 -11 -151 -24 -161 -30 -25 -13 -32 5 -24 68 3 27 0 | |
| 110 -7 183 -7 74 -12 149 -12 167 1 18 -5 71 -13 118 -8 47 -13 89 -10 94 2 4 | |
| -2 42 -9 85 l-14 78 36 31 c19 17 77 53 130 80 87 45 103 50 196 58 56 5 121 | |
| 13 146 18 48 9 48 9 187 -14z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment