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="249.000000pt" height="302.000000pt" viewBox="0 0 249.000000 302.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,302.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2280 3009 c-19 -5 -45 -6 -57 -4 -31 7 -103 -23 -130 -54 -24 -27 | |
| -25 -32 -28 -97 -1 -55 -29 -98 -255 -404 -104 -140 -226 -307 -271 -370 -45 | |
| -63 -88 -120 -95 -126 -19 -15 -224 -325 -224 -338 0 -6 -28 35 -63 92 -153 | |
| 252 -376 595 -397 612 -13 10 -211 281 -253 347 -25 37 -61 100 -81 138 -55 | |
| 105 -84 141 -131 166 l-43 23 -83 -27 c-46 -15 -94 -36 -105 -45 -45 -38 -65 | |
| -106 -50 -171 15 -66 202 -399 237 -422 33 -21 446 -631 561 -829 46 -79 134 | |
| -197 180 -241 38 -36 39 -39 29 -76 -5 -21 -12 -72 -16 -113 -4 -41 -8 -86 | |
| -10 -100 -2 -14 -6 -61 -10 -105 -9 -114 -12 -143 -31 -300 -27 -228 -28 -205 | |
| 13 -482 7 -44 48 -83 87 -83 38 0 226 27 247 35 37 14 52 65 54 179 2 167 25 | |
| 527 35 561 5 17 11 68 15 115 3 47 13 139 22 205 15 114 19 125 66 205 87 146 | |
| 197 312 252 380 29 36 91 121 138 190 48 69 139 193 203 275 64 83 124 161 | |
| 132 175 9 14 50 69 91 123 96 127 127 193 164 348 13 55 13 57 -21 127 -45 94 | |
| -82 114 -172 91z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment