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="227.000000pt" height="335.000000pt" viewBox="0 0 227.000000 335.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,335.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M790 3340 c0 -6 -20 -9 -44 -8 -28 1 -78 -11 -138 -32 -100 -36 -204 | |
| -109 -315 -220 -110 -111 -218 -319 -230 -445 -2 -22 -8 -64 -14 -94 -12 -73 | |
| -12 -178 2 -221 5 -19 12 -54 14 -76 5 -62 44 -183 74 -233 46 -79 165 -187 | |
| 215 -197 135 -27 222 -32 240 -13 6 5 21 9 35 9 13 0 38 4 55 10 52 16 383 97 | |
| 531 130 101 23 168 32 242 32 100 2 104 1 140 -28 29 -24 58 -73 130 -215 117 | |
| -234 129 -284 119 -509 -8 -193 -25 -288 -65 -369 -70 -137 -201 -296 -291 | |
| -352 -63 -40 -434 -96 -611 -92 -107 1 -152 20 -231 92 -88 81 -218 320 -218 | |
| 401 0 40 -23 100 -38 100 -10 0 -42 70 -42 91 0 8 -19 28 -43 44 -40 28 -46 | |
| 30 -127 27 -159 -6 -177 -27 -179 -212 -1 -88 3 -134 12 -155 32 -69 179 -363 | |
| 202 -404 57 -100 183 -230 266 -271 32 -16 60 -34 63 -39 4 -5 23 -15 44 -22 | |
| 20 -6 44 -17 52 -25 8 -7 56 -19 105 -27 148 -23 429 2 650 58 50 13 108 23 | |
| 131 24 111 2 267 105 398 261 34 41 75 95 91 120 15 25 38 54 51 66 47 42 148 | |
| 304 178 464 21 107 30 330 17 410 -34 211 -58 285 -157 473 -35 67 -67 131 | |
| -70 142 -14 44 -92 152 -152 211 -60 59 -147 114 -179 114 -8 0 -21 6 -28 14 | |
| -21 20 -122 29 -228 20 -51 -4 -96 -7 -101 -5 -30 8 -290 -49 -481 -105 -233 | |
| -68 -323 -88 -349 -76 -33 15 -50 94 -50 232 -1 84 4 119 23 175 33 98 74 167 | |
| 129 216 82 72 118 88 223 97 97 9 274 -1 344 -19 52 -14 171 -40 380 -84 94 | |
| -20 213 -50 266 -66 54 -16 114 -30 135 -30 50 -2 144 11 167 23 22 11 77 120 | |
| 77 150 -1 51 -91 173 -147 200 -78 39 -414 128 -533 142 -25 3 -58 12 -75 20 | |
| -53 26 -444 86 -561 86 -63 0 -104 -4 -104 -10z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment