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="153.000000pt" height="310.000000pt" viewBox="0 0 153.000000 310.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,310.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M659 3085 c-51 -28 -77 -83 -163 -340 -14 -44 -26 -92 -26 -107 0 | |
| -14 -4 -28 -9 -30 -10 -3 -35 -105 -87 -358 -18 -91 -34 -166 -34 -167 0 0 | |
| -60 -3 -134 -5 -125 -3 -136 -5 -156 -26 -36 -38 -50 -87 -50 -172 0 -74 2 | |
| -82 28 -109 45 -46 129 -81 199 -81 l42 0 -5 -87 c-2 -49 -9 -131 -15 -183 | |
| -14 -115 -7 -526 9 -590 18 -73 63 -263 66 -285 8 -44 60 -164 98 -225 38 -61 | |
| 190 -220 210 -220 5 0 41 -16 81 -36 39 -20 104 -43 142 -50 103 -19 263 -17 | |
| 390 6 193 34 191 32 254 159 43 85 39 122 -21 170 -23 20 -55 49 -69 64 -33 | |
| 36 -88 50 -123 31 -15 -7 -26 -10 -26 -7 0 3 -12 -3 -27 -13 -23 -16 -52 -20 | |
| -171 -22 -95 -3 -153 0 -172 8 -37 16 -142 124 -168 175 -11 22 -33 94 -48 | |
| 160 -28 117 -29 126 -29 410 0 261 6 356 31 503 l5 34 57 -5 c31 -3 138 -12 | |
| 236 -20 289 -25 401 -11 472 59 52 51 65 146 25 188 -11 11 -25 42 -32 67 -9 | |
| 32 -21 52 -41 65 -16 10 -32 18 -36 18 -47 -10 -118 -16 -162 -14 -117 4 -357 | |
| 20 -402 26 l-47 6 3 56 c4 62 101 554 115 581 5 9 12 39 15 66 4 28 14 71 22 | |
| 96 17 52 14 85 -11 127 -14 22 -37 35 -109 60 -104 37 -93 35 -127 17z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment