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="180.000000pt" height="239.000000pt" viewBox="0 0 180.000000 239.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,239.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M851 2370 c-24 -11 -50 -20 -58 -20 -7 0 -39 -17 -70 -37 -30 -21 | |
| -69 -46 -86 -55 -46 -26 -101 -82 -188 -193 -44 -55 -88 -109 -97 -120 -54 | |
| -59 -168 -272 -216 -405 -16 -41 -33 -84 -39 -95 -5 -11 -14 -33 -18 -50 -84 | |
| -332 -95 -469 -59 -695 26 -162 42 -211 104 -314 65 -108 141 -191 229 -250 | |
| 27 -19 130 -65 162 -73 6 -1 35 -10 65 -18 70 -21 226 -36 356 -36 99 0 224 | |
| 16 354 45 36 8 110 24 165 36 55 12 114 28 132 36 17 8 36 14 42 14 20 0 105 | |
| 47 131 72 31 30 35 41 35 98 -1 64 -63 173 -114 200 -42 21 -6 26 -326 -48 | |
| -181 -43 -383 -65 -525 -59 -178 7 -202 15 -291 100 -61 58 -80 84 -98 132 | |
| -33 88 -49 200 -43 311 l5 96 61 -8 c90 -10 577 -12 676 -2 47 5 112 16 145 | |
| 25 33 8 81 19 107 24 27 4 54 11 60 16 13 8 19 10 41 12 21 2 134 116 152 152 | |
| 9 19 25 52 37 74 25 49 34 151 18 226 -6 30 -15 78 -21 108 -12 67 -100 251 | |
| -171 356 -29 44 -98 125 -153 180 -82 81 -116 107 -180 139 -74 36 -88 39 | |
| -180 43 -84 3 -107 0 -144 -17z m208 -430 c44 -38 90 -91 126 -146 71 -107 95 | |
| -160 112 -249 11 -59 11 -72 -1 -83 -9 -9 -61 -20 -138 -28 -67 -7 -132 -15 | |
| -143 -18 -39 -9 -470 -10 -487 0 -14 8 -11 20 31 109 89 187 232 364 360 446 | |
| 25 16 51 29 58 29 7 0 44 -27 82 -60z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment