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="191.000000pt" height="248.000000pt" viewBox="0 0 191.000000 248.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,248.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1320 2473 c-69 -4 -180 -24 -215 -39 -18 -7 -35 -11 -38 -8 -5 5 | |
| -62 -19 -152 -64 -72 -36 -238 -147 -293 -197 -26 -23 -67 -54 -92 -70 -49 | |
| -30 -220 -199 -220 -217 0 -6 -19 -32 -42 -58 -55 -60 -98 -131 -154 -254 -54 | |
| -119 -83 -231 -91 -345 -3 -47 -9 -92 -13 -99 -6 -13 5 -111 29 -243 34 -193 | |
| 177 -465 328 -622 64 -67 160 -135 228 -162 40 -16 56 -22 110 -45 59 -25 172 | |
| -43 298 -47 121 -4 182 2 386 37 88 15 325 82 338 96 7 7 27 15 44 19 39 9 | |
| 114 83 129 129 11 33 9 41 -25 104 -85 157 -113 167 -296 103 -263 -91 -617 | |
| -125 -756 -72 -111 42 -264 194 -328 326 -45 94 -85 255 -85 345 l0 70 28 -17 | |
| c15 -10 30 -22 34 -28 14 -19 803 -25 913 -7 39 6 84 13 100 14 32 3 50 12 | |
| 136 69 159 106 238 269 240 496 1 82 -27 244 -50 298 -8 17 -45 129 -54 160 | |
| -18 62 -37 99 -76 145 -63 75 -65 77 -118 113 -88 59 -145 75 -243 70z m21 | |
| -405 c40 -33 79 -128 109 -264 35 -160 19 -238 -61 -291 l-42 -28 -388 -1 | |
| c-290 -1 -396 -4 -419 -14 -17 -7 -33 -10 -36 -7 -10 10 49 101 96 147 292 | |
| 292 464 417 625 456 66 16 98 17 116 2z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment