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="188.000000pt" height="231.000000pt" viewBox="0 0 188.000000 231.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,231.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M990 2284 c-47 -14 -86 -30 -88 -35 -2 -5 -10 -9 -17 -9 -16 0 -150 | |
| -68 -191 -97 -17 -13 -42 -27 -55 -32 -30 -11 -149 -119 -149 -134 0 -7 -26 | |
| -39 -58 -73 -84 -88 -106 -115 -145 -177 -55 -85 -151 -282 -183 -372 -15 -44 | |
| -31 -84 -34 -90 -4 -5 -11 -28 -15 -50 -4 -22 -10 -44 -14 -50 -14 -18 -34 | |
| -193 -28 -243 3 -27 2 -64 -2 -84 -10 -42 10 -171 37 -250 12 -31 46 -108 78 | |
| -170 44 -86 73 -129 123 -180 36 -38 69 -68 74 -68 5 0 27 -13 50 -28 50 -34 | |
| 174 -92 208 -97 13 -2 49 -8 79 -14 246 -48 532 -32 800 44 47 13 99 26 117 | |
| 28 18 3 47 12 64 21 18 9 37 16 42 16 16 0 87 50 135 96 53 49 64 88 44 163 | |
| -18 72 -37 98 -75 106 -18 4 -44 18 -58 31 -43 41 -86 41 -144 2 -57 -39 -107 | |
| -54 -330 -102 -210 -45 -245 -48 -405 -37 -118 8 -143 13 -200 39 -112 52 | |
| -216 188 -238 309 -8 46 2 270 13 281 2 2 17 -5 33 -16 37 -27 137 -60 184 | |
| -61 21 0 73 -7 116 -16 103 -21 452 -16 562 8 131 28 300 100 300 127 0 6 6 | |
| 10 14 10 39 0 117 121 155 241 16 50 14 289 -3 347 -23 81 -57 216 -60 242 -2 | |
| 14 -12 39 -22 56 -11 17 -36 60 -56 95 -21 35 -54 78 -75 94 -48 38 -150 91 | |
| -194 100 -19 4 -47 13 -64 20 -16 8 -68 16 -115 18 -47 3 -94 7 -105 10 -11 3 | |
| -58 -6 -105 -19z m268 -398 c76 -40 115 -131 132 -311 15 -154 9 -190 -31 | |
| -214 -55 -33 -226 -54 -389 -47 -176 8 -286 23 -316 43 -20 12 -50 20 -91 22 | |
| -22 2 -15 21 43 112 36 58 93 126 162 195 110 110 184 165 262 195 56 23 189 | |
| 25 228 5z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment