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="217.000000pt" height="330.000000pt" viewBox="0 0 217.000000 330.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,330.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M837 3275 c-148 -26 -211 -40 -242 -55 -11 -6 -76 -28 -144 -49 -119 | |
| -38 -126 -39 -155 -24 -24 12 -47 14 -110 9 -45 -4 -91 -9 -103 -12 -40 -11 | |
| -54 -47 -58 -160 -2 -58 -9 -132 -15 -166 -12 -62 -8 -124 9 -156 5 -9 9 -58 | |
| 10 -109 0 -51 5 -143 11 -205 5 -62 12 -178 16 -258 3 -80 10 -149 14 -155 6 | |
| -8 16 -1182 12 -1504 -1 -97 9 -121 72 -174 58 -48 87 -65 116 -68 28 -2 75 | |
| 14 85 31 3 5 11 8 16 4 6 -3 24 0 40 6 28 12 32 10 84 -39 29 -28 59 -52 64 | |
| -52 20 -3 26 -5 70 -28 47 -25 106 -43 216 -68 39 -8 73 -19 76 -24 9 -15 273 | |
| -24 306 -10 15 6 62 13 103 15 75 3 240 46 270 70 8 6 33 20 55 30 59 26 191 | |
| 114 230 153 41 41 99 112 141 173 65 94 156 388 133 431 -6 11 -9 35 -8 52 5 | |
| 54 -12 230 -26 272 -7 22 -23 76 -36 120 -26 93 -105 285 -123 300 -7 6 -21 | |
| 26 -31 45 -10 19 -36 53 -59 75 -23 22 -54 57 -70 78 -16 20 -35 37 -44 37 -8 | |
| 0 -29 11 -46 24 -17 13 -68 40 -113 62 -46 21 -83 41 -83 44 0 3 32 39 71 80 | |
| 152 162 248 340 287 535 12 56 -10 277 -28 283 -6 2 -10 11 -10 19 0 9 -8 23 | |
| -18 32 -10 9 -23 32 -28 51 -7 26 -35 57 -107 121 -54 47 -105 86 -112 86 -8 | |
| 0 -45 14 -82 31 -158 73 -406 90 -656 47z m473 -417 c83 -29 98 -38 122 -73 | |
| 59 -84 22 -237 -89 -369 -32 -38 -64 -79 -71 -91 -7 -13 -45 -48 -85 -78 -181 | |
| -136 -274 -177 -458 -201 -102 -14 -134 -22 -154 -38 -5 -5 -19 -16 -31 -26 | |
| -35 -29 -44 -57 -44 -142 0 -93 17 -145 54 -162 15 -6 26 -14 26 -18 0 -4 17 | |
| -14 38 -23 42 -18 98 -17 262 5 90 13 125 13 245 1 227 -22 331 -57 409 -137 | |
| 77 -79 105 -125 149 -248 32 -92 43 -139 55 -256 15 -141 15 -144 -6 -211 -45 | |
| -139 -144 -252 -276 -315 -116 -54 -146 -60 -311 -60 -136 0 -159 2 -245 28 | |
| -100 30 -157 67 -231 150 -30 34 -42 40 -75 40 -21 0 -51 -3 -65 -8 l-26 -7 | |
| -7 463 c-6 436 -31 1182 -40 1196 -2 4 -10 84 -16 177 -7 94 -16 175 -21 180 | |
| -4 6 -9 37 -11 70 l-3 60 80 28 c44 15 91 29 105 31 14 2 59 10 100 19 302 65 | |
| 464 69 620 15z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment