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="253.000000pt" height="322.000000pt" viewBox="0 0 253.000000 322.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,322.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1619 3216 c-2 -2 -81 -9 -176 -15 -220 -15 -386 -36 -558 -70 -180 | |
| -35 -383 -88 -423 -110 -12 -6 -23 -7 -26 -2 -3 5 -22 7 -41 5 -55 -5 -225 | |
| -56 -241 -71 -23 -23 -28 -64 -15 -125 10 -48 9 -62 -3 -85 -21 -43 -29 -114 | |
| -16 -148 33 -83 37 -123 29 -289 -4 -92 -11 -186 -14 -209 -3 -23 -8 -103 -10 | |
| -177 -3 -74 -11 -200 -20 -280 -8 -80 -24 -235 -35 -345 -12 -110 -25 -229 | |
| -30 -265 -5 -36 -12 -112 -15 -170 -2 -58 -9 -159 -15 -225 -14 -176 -12 -263 | |
| 9 -342 24 -92 64 -152 119 -178 24 -11 42 -26 42 -36 0 -18 22 -40 60 -59 30 | |
| -16 176 -16 270 -1 36 6 107 17 159 25 52 9 203 20 335 27 132 6 244 13 248 | |
| 15 7 5 455 6 758 2 257 -4 443 8 468 30 42 37 54 79 48 166 -14 173 -25 196 | |
| -104 206 -48 5 -1365 -6 -1547 -14 -95 -4 -186 -14 -319 -35 -66 -11 -78 -8 | |
| -69 15 6 17 -21 86 -49 123 -20 27 -24 129 -8 256 4 39 21 192 36 340 15 149 | |
| 33 273 38 277 6 4 36 7 66 7 30 -1 100 4 155 11 69 8 155 9 275 4 362 -16 371 | |
| -14 399 101 5 22 12 81 16 131 6 87 5 93 -18 120 -36 42 -115 49 -514 47 | |
| l-343 -2 1 87 c1 101 24 409 37 498 5 33 6 83 1 110 -4 27 -8 54 -8 61 -1 16 | |
| 58 32 284 78 99 20 194 41 210 45 17 5 83 16 148 24 65 9 122 18 126 20 4 3 | |
| 79 7 168 10 l160 6 21 -50 c26 -61 49 -69 117 -39 30 13 78 23 120 25 234 13 | |
| 274 23 301 76 9 18 27 41 41 51 45 36 66 104 44 145 -6 9 -12 29 -15 43 -6 28 | |
| -46 79 -62 79 -6 0 -21 11 -33 24 -17 18 -33 24 -69 24 -26 1 -105 8 -177 16 | |
| -120 14 -326 21 -336 12z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment