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="264.000000pt" height="304.000000pt" viewBox="0 0 264.000000 304.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,304.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2095 3034 c-110 -8 -271 -33 -490 -77 -71 -15 -191 -38 -265 -52 | |
| -74 -14 -157 -30 -185 -36 -54 -11 -168 -24 -339 -39 -153 -13 -210 -28 -252 | |
| -64 -34 -30 -37 -35 -46 -123 -13 -116 -8 -136 45 -170 74 -47 265 -72 372 | |
| -49 117 25 279 56 296 56 12 0 21 -25 37 -107 33 -163 50 -244 61 -288 17 -68 | |
| 36 -352 34 -510 -1 -111 -9 -185 -27 -285 -47 -252 -71 -332 -138 -462 -56 | |
| -106 -75 -132 -168 -227 -120 -123 -150 -140 -294 -171 l-99 -22 -81 42 c-79 | |
| 42 -144 104 -185 179 -19 35 -77 90 -106 101 -16 6 -53 1 -121 -16 -114 -28 | |
| -129 -41 -139 -122 -11 -86 1 -131 63 -248 16 -30 154 -184 165 -184 3 0 35 | |
| -18 72 -41 37 -22 86 -47 109 -54 22 -7 68 -23 101 -35 33 -12 78 -24 100 -26 | |
| 50 -4 197 20 290 47 90 26 254 108 274 136 3 5 22 20 41 33 39 28 217 209 220 | |
| 225 1 6 9 18 17 28 9 9 13 17 9 17 -5 0 8 22 27 49 76 105 187 348 187 408 0 | |
| 13 6 36 13 51 8 15 24 83 36 152 12 69 26 145 32 170 17 70 24 431 10 458 -7 | |
| 13 -12 64 -12 120 0 107 -32 313 -79 511 -17 68 -30 129 -30 136 0 8 21 15 58 | |
| 20 31 4 62 11 67 15 11 9 190 33 376 50 64 6 177 10 251 8 129 -3 136 -2 170 | |
| 22 36 24 37 26 48 121 16 131 16 164 0 193 -28 54 -46 58 -264 61 -110 1 -228 | |
| 1 -261 -1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment