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="220.000000pt" height="335.000000pt" viewBox="0 0 220.000000 335.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,335.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1028 3335 c-26 -7 -49 -10 -52 -8 -4 4 -79 -26 -173 -69 -12 -6 -54 | |
| -35 -93 -64 -39 -30 -75 -54 -79 -54 -9 0 -72 -67 -133 -140 -49 -60 -198 | |
| -274 -198 -285 0 -4 -8 -19 -18 -33 -10 -15 -34 -63 -52 -107 -19 -44 -37 -82 | |
| -41 -85 -15 -11 -58 -202 -68 -305 -6 -60 -12 -177 -14 -260 -2 -136 1 -161 | |
| 26 -260 15 -60 32 -123 38 -140 6 -16 12 -38 14 -48 6 -28 65 -107 130 -175 | |
| 85 -90 221 -155 353 -171 60 -8 99 -8 110 -2 10 5 34 10 53 9 98 -1 256 39 | |
| 359 92 25 13 45 22 45 20 0 -1 34 18 76 44 42 25 80 46 84 46 10 0 245 174 | |
| 280 208 17 16 47 48 68 71 21 24 41 40 45 36 11 -10 22 -276 16 -375 -6 -94 | |
| -19 -158 -69 -335 -14 -49 -25 -100 -25 -113 0 -52 -60 -141 -182 -270 -37 | |
| -38 -108 -73 -247 -118 l-134 -44 -181 0 c-128 0 -200 5 -246 16 -36 8 -80 17 | |
| -99 20 -42 5 -143 49 -196 85 -22 15 -53 49 -70 76 -35 60 -86 91 -130 82 -16 | |
| -4 -51 -7 -77 -8 -42 -1 -53 -6 -87 -40 -42 -42 -53 -79 -54 -172 0 -52 4 -62 | |
| 45 -115 68 -88 127 -142 188 -171 30 -14 71 -36 90 -48 44 -27 91 -44 155 -55 | |
| 28 -5 75 -16 105 -25 103 -29 287 -48 410 -41 167 9 268 28 425 81 205 69 316 | |
| 129 414 224 45 42 81 82 81 89 0 6 9 20 20 30 48 44 139 225 166 327 85 331 | |
| 89 356 88 645 0 186 -5 286 -18 370 -31 212 -45 349 -51 503 -3 83 -8 159 -10 | |
| 167 -3 8 -7 40 -10 70 -19 195 -65 280 -152 280 -23 0 -33 9 -56 45 -15 25 | |
| -27 50 -27 54 0 5 -10 21 -22 37 -12 15 -23 34 -24 42 -3 16 -48 68 -79 91 | |
| -11 9 -40 34 -65 56 -72 66 -256 175 -282 167 -5 -1 -8 2 -8 7 0 32 -282 68 | |
| -362 46z m268 -429 c91 -45 272 -179 336 -248 27 -28 52 -67 58 -87 21 -75 9 | |
| -239 -25 -356 -17 -59 -111 -209 -189 -301 -99 -117 -279 -244 -469 -332 | |
| l-117 -54 -113 -1 c-108 -2 -115 -1 -155 26 -56 37 -74 77 -106 240 -24 122 | |
| -26 146 -17 210 6 40 13 104 17 142 9 99 65 264 127 376 61 111 137 205 248 | |
| 306 115 105 157 124 262 119 54 -3 83 -11 143 -40z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment