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="213.000000pt" height="309.000000pt" viewBox="0 0 213.000000 309.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,309.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1609 3086 c-2 -2 -51 -7 -109 -10 -167 -10 -402 -36 -422 -47 -47 | |
| -25 -748 -6 -800 22 -9 5 -25 9 -36 9 -31 0 -127 -46 -156 -74 -14 -14 -29 | |
| -26 -34 -26 -37 0 -47 -198 -24 -478 17 -212 15 -509 -6 -812 -13 -193 -17 | |
| -388 -16 -805 0 -692 10 -788 91 -849 23 -17 33 -17 141 -7 187 18 195 29 185 | |
| 256 -3 88 -7 351 -7 585 l-1 425 75 3 c41 1 149 -1 239 -6 222 -12 354 3 448 | |
| 50 79 40 108 77 118 148 6 46 4 53 -28 97 -19 27 -44 67 -55 89 -12 23 -29 45 | |
| -39 49 -41 17 -82 16 -109 -2 -25 -16 -58 -18 -327 -21 l-300 -3 8 63 c11 92 | |
| 15 527 5 713 -4 88 -6 162 -4 164 2 2 68 -1 146 -7 109 -7 186 -7 328 4 197 | |
| 15 364 30 470 44 36 5 147 14 246 21 177 12 183 12 215 -9 25 -15 47 -20 84 | |
| -18 71 4 111 27 126 73 6 21 23 48 35 60 13 12 24 35 25 50 3 76 0 94 -15 118 | |
| -9 14 -14 25 -10 25 4 0 -6 10 -22 22 -16 12 -37 31 -46 41 -25 28 -143 47 | |
| -289 47 -69 0 -128 -2 -130 -4z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment