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="221.000000pt" height="301.000000pt" viewBox="0 0 221.000000 301.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,301.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M790 3000 c-277 -28 -335 -30 -383 -18 -39 10 -54 9 -80 -1 -18 -7 | |
| -50 -17 -72 -23 -42 -10 -228 -109 -227 -121 1 -4 -6 -23 -14 -42 -16 -39 -10 | |
| -75 26 -145 12 -24 21 -80 29 -175 7 -77 16 -180 21 -230 6 -56 6 -222 0 -435 | |
| -17 -652 -22 -1299 -11 -1449 12 -158 14 -166 87 -234 61 -56 87 -67 219 -91 | |
| 219 -39 352 -39 775 -1 172 15 358 27 720 46 142 7 222 16 236 24 12 8 38 39 | |
| 59 70 l37 57 -11 61 c-24 124 -38 161 -72 179 -17 10 -39 18 -49 18 -9 0 -23 | |
| 7 -30 15 -10 12 -28 14 -89 9 -42 -3 -86 -13 -99 -21 -16 -10 -81 -17 -235 | |
| -24 -117 -5 -291 -16 -387 -25 -96 -8 -294 -18 -440 -21 l-265 -6 -11 44 c-7 | |
| 24 -19 69 -28 99 -18 62 -20 213 -9 632 l6 254 151 4 c321 8 297 10 352 -33 | |
| 64 -50 109 -49 171 5 24 21 50 38 56 38 19 1 53 34 72 70 24 46 15 132 -17 | |
| 168 -75 85 -104 105 -198 137 -88 30 -102 32 -200 29 -58 -3 -143 -9 -190 -14 | |
| -47 -6 -106 -10 -132 -10 -28 0 -48 -5 -51 -12 -5 -12 -12 501 -8 532 6 43 1 | |
| 103 -13 145 -9 25 -14 50 -11 54 4 8 30 11 270 30 219 18 428 22 580 12 174 | |
| -12 545 -14 656 -3 43 4 84 14 94 22 31 26 45 76 50 183 l4 104 -32 35 c-49 | |
| 55 -66 60 -190 57 -62 -1 -319 1 -572 4 -253 3 -498 2 -545 -3z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment