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="234.000000pt" viewBox="0 0 153.000000 234.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,234.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M840 2318 c-105 -21 -140 -35 -216 -84 -28 -19 -56 -34 -62 -34 -17 | |
| 0 -176 -175 -243 -268 -53 -74 -102 -167 -188 -357 -10 -22 -26 -71 -35 -110 | |
| -9 -38 -24 -101 -34 -140 -38 -145 -42 -170 -53 -314 -8 -124 -7 -168 6 -267 | |
| 9 -66 23 -143 32 -172 8 -30 16 -64 18 -75 4 -31 54 -147 76 -179 10 -14 19 | |
| -30 19 -36 0 -5 35 -47 79 -93 63 -67 94 -92 157 -123 44 -22 99 -44 124 -49 | |
| 73 -15 246 -20 270 -7 17 9 64 24 170 51 25 7 185 92 188 101 2 4 8 8 13 8 36 | |
| 0 290 229 313 283 44 102 44 162 2 206 -14 15 -26 35 -26 44 0 11 -8 17 -24 | |
| 17 -13 0 -29 7 -36 15 -22 27 -124 3 -170 -39 -14 -13 -45 -36 -70 -51 -25 | |
| -16 -67 -47 -95 -70 -58 -48 -148 -104 -229 -141 -41 -18 -79 -27 -145 -31 | |
| l-90 -6 -41 33 c-100 79 -147 265 -137 543 3 89 11 178 18 198 l11 35 217 13 | |
| c119 7 261 14 316 16 148 5 212 15 274 43 57 26 63 29 81 31 8 1 57 42 85 72 | |
| 6 6 21 23 35 37 102 107 96 351 -12 521 -15 25 -28 49 -28 54 0 18 -156 187 | |
| -205 222 -15 11 -43 32 -62 48 -20 15 -39 27 -42 28 -30 3 -56 11 -66 19 -6 5 | |
| -29 12 -51 16 -21 3 -41 7 -44 8 -3 2 -48 -6 -100 -16z m106 -397 c17 -10 40 | |
| -31 53 -47 12 -16 42 -54 67 -86 50 -62 69 -111 54 -138 -7 -13 -28 -19 -87 | |
| -24 -95 -7 -443 -7 -443 0 0 10 64 99 114 160 58 70 162 153 191 153 11 1 34 | |
| -8 51 -18z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment