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="329.000000pt" viewBox="0 0 221.000000 329.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,329.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1259 3286 c-2 -2 -33 -6 -69 -9 -144 -13 -258 -64 -421 -189 -42 | |
| -32 -81 -58 -86 -58 -22 0 -212 -226 -281 -335 -100 -156 -184 -343 -212 -470 | |
| -5 -22 -14 -58 -20 -80 -35 -128 -43 -334 -15 -401 8 -20 13 -39 10 -43 -12 | |
| -20 74 -192 121 -242 13 -14 24 -30 24 -37 0 -7 5 -12 10 -12 6 0 10 -7 10 | |
| -15 0 -8 4 -15 9 -15 5 0 33 -19 63 -43 91 -74 243 -117 409 -117 114 0 174 | |
| 11 359 67 84 25 246 104 305 148 17 12 46 30 65 40 43 22 70 42 166 123 l74 | |
| 63 2 -223 c3 -339 -3 -411 -47 -563 -42 -145 -76 -208 -161 -295 -94 -97 -141 | |
| -119 -340 -161 -142 -29 -153 -30 -236 -19 -217 29 -402 94 -591 208 -47 29 | |
| -89 52 -92 52 -4 0 -26 16 -51 36 -36 30 -53 36 -96 39 -47 2 -59 -2 -101 -33 | |
| -67 -48 -85 -105 -53 -169 8 -15 19 -39 26 -53 67 -147 328 -323 605 -408 154 | |
| -47 422 -80 515 -63 30 6 85 13 123 16 37 4 67 10 67 14 0 4 26 12 58 19 82 | |
| 17 217 71 292 116 84 51 130 86 130 98 0 6 27 35 60 65 33 31 60 59 60 64 0 5 | |
| 21 37 46 71 44 60 67 100 69 123 1 13 34 105 46 127 8 16 42 179 56 268 4 25 | |
| 8 241 9 480 0 239 6 521 11 625 6 105 11 204 10 220 0 17 0 93 1 170 2 229 1 | |
| 245 -30 286 -16 20 -28 39 -28 42 0 11 -56 64 -81 78 -13 7 -53 14 -89 16 -64 | |
| 3 -66 4 -105 50 -22 26 -64 70 -94 98 -30 27 -68 63 -84 78 -17 16 -80 53 | |
| -141 84 -92 45 -125 56 -191 64 -93 10 -90 10 -96 5z m99 -379 c31 -13 90 -47 | |
| 130 -75 39 -29 78 -52 86 -52 7 0 20 -7 27 -17 8 -9 37 -31 64 -49 28 -17 56 | |
| -38 62 -45 21 -27 30 -127 21 -243 -7 -102 -13 -126 -46 -203 -49 -113 -101 | |
| -193 -153 -235 -22 -18 -76 -63 -119 -101 -82 -71 -217 -160 -306 -202 -30 | |
| -14 -97 -37 -151 -51 -84 -23 -108 -25 -182 -19 -102 8 -133 20 -183 70 -51 | |
| 50 -60 86 -65 254 -4 114 -1 156 12 205 25 92 135 310 201 401 53 73 196 213 | |
| 277 273 70 51 197 106 255 111 7 1 38 -10 70 -22z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment