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="210.000000pt" height="299.000000pt" viewBox="0 0 210.000000 299.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,299.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M760 2974 c-52 -6 -162 -23 -243 -38 -127 -22 -159 -32 -221 -66 -91 | |
| -50 -108 -66 -140 -134 -14 -30 -30 -57 -35 -61 -10 -6 -51 -132 -78 -235 -7 | |
| -30 -19 -124 -26 -207 -19 -216 -5 -311 60 -431 26 -48 51 -89 55 -91 5 -1 29 | |
| -21 54 -42 25 -21 50 -39 56 -39 6 0 19 -7 28 -15 10 -9 26 -17 38 -20 11 -2 | |
| 34 -11 50 -19 17 -9 41 -16 54 -17 198 -9 218 -8 443 35 221 41 429 78 450 78 | |
| 38 1 150 -33 192 -58 131 -76 167 -162 181 -429 8 -167 8 -171 -19 -262 -30 | |
| -105 -56 -154 -147 -273 -67 -89 -160 -167 -239 -201 -31 -13 -97 -24 -216 | |
| -34 -199 -17 -288 -19 -338 -5 -51 14 -153 113 -180 175 -12 28 -25 52 -29 55 | |
| -3 3 -18 34 -32 70 -37 93 -89 202 -102 216 -23 22 -57 35 -79 29 -12 -4 -64 | |
| -23 -116 -43 -80 -31 -96 -41 -109 -69 -15 -31 -14 -40 7 -131 39 -166 128 | |
| -379 185 -442 12 -14 38 -46 57 -71 19 -26 60 -64 93 -85 32 -21 63 -43 70 | |
| -49 6 -6 51 -22 100 -35 78 -21 112 -24 270 -24 298 -1 411 7 507 39 207 69 | |
| 446 275 554 477 13 26 29 49 35 53 15 9 74 130 93 190 57 175 70 475 29 640 | |
| -6 22 -13 58 -16 80 -12 92 -55 193 -117 275 -33 44 -70 85 -82 91 -12 7 -35 | |
| 26 -52 44 -50 52 -267 151 -370 167 -126 19 -185 17 -345 -13 -277 -52 -502 | |
| -89 -556 -92 -96 -4 -133 52 -119 183 9 84 53 307 69 345 13 29 21 34 68 44 | |
| 88 17 204 31 393 46 155 13 198 13 311 1 138 -15 167 -24 184 -56 25 -46 132 | |
| -69 169 -36 10 9 28 19 40 21 68 13 93 30 118 80 43 85 45 108 13 147 -15 18 | |
| -31 48 -34 66 -4 17 -12 32 -17 32 -5 0 -29 18 -53 40 -24 22 -51 40 -60 40 | |
| -9 0 -30 7 -46 15 -16 8 -43 16 -62 17 -18 2 -35 6 -38 10 -24 31 -509 46 | |
| -710 22z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment