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="233.000000pt" height="335.000000pt" viewBox="0 0 233.000000 335.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,335.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2059 3339 c-7 -4 -16 -6 -20 -3 -4 2 -18 -9 -31 -24 -13 -15 -31 | |
| -31 -41 -35 -9 -3 -33 -32 -54 -64 -20 -32 -40 -60 -44 -63 -13 -9 -79 -184 | |
| -84 -223 -3 -21 -16 -77 -29 -125 -13 -48 -27 -103 -31 -122 -4 -19 -11 -39 | |
| -15 -45 -20 -26 -70 -390 -76 -545 -2 -74 -9 -189 -15 -255 -5 -66 -13 -290 | |
| -16 -497 l-6 -378 -35 53 c-41 63 -157 261 -213 364 -22 41 -61 109 -86 151 | |
| -25 43 -59 102 -76 132 -60 111 -190 335 -201 350 -7 8 -34 51 -61 95 -152 | |
| 253 -266 428 -351 540 -29 39 -55 82 -59 96 -4 16 -21 34 -46 48 -21 12 -42 | |
| 28 -46 36 -13 22 -96 53 -136 50 -20 -1 -45 -9 -55 -18 -10 -10 -24 -17 -30 | |
| -17 -7 0 -12 -4 -12 -9 0 -5 -12 -14 -27 -20 -16 -6 -39 -27 -52 -46 -22 -33 | |
| -24 -48 -38 -347 -9 -172 -17 -362 -18 -423 -2 -60 -8 -171 -15 -245 -17 -191 | |
| -21 -344 -26 -940 -2 -289 -7 -531 -9 -539 -9 -24 27 -195 46 -222 10 -15 33 | |
| -32 50 -39 34 -14 90 -8 240 26 59 13 69 19 80 46 15 36 19 220 7 293 -9 50 | |
| -11 638 -3 705 3 19 6 155 9 302 2 146 6 270 9 275 3 5 8 71 11 148 3 77 9 | |
| 170 12 207 l6 68 50 -83 c28 -45 66 -110 84 -145 18 -34 47 -83 65 -108 17 | |
| -25 66 -107 108 -182 186 -329 392 -684 444 -764 31 -48 64 -102 73 -120 9 | |
| -18 47 -79 85 -135 38 -57 100 -158 138 -225 106 -188 126 -206 241 -212 73 | |
| -3 128 11 155 40 14 15 25 30 25 35 0 4 9 10 20 14 12 4 24 21 30 46 11 40 24 | |
| 161 21 189 -2 20 -1 335 4 790 5 522 14 796 30 860 7 31 16 101 20 155 3 55 8 | |
| 111 10 125 12 68 46 225 69 310 14 52 26 106 26 118 0 35 60 167 113 250 26 | |
| 40 47 82 46 95 -1 57 -24 86 -112 147 -85 58 -131 76 -158 59z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment