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="275.000000pt" height="242.000000pt" viewBox="0 0 275.000000 242.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,242.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M725 2410 c-88 -19 -103 -25 -177 -74 -92 -61 -176 -158 -249 -285 | |
| l-51 -90 -46 -3 c-43 -3 -49 -7 -77 -48 l-30 -45 -5 -235 c-3 -145 -10 -243 | |
| -17 -255 -10 -18 -32 -118 -48 -213 -9 -54 -20 -358 -19 -527 1 -157 3 -178 | |
| 54 -428 6 -27 10 -59 10 -72 0 -42 29 -84 80 -116 21 -14 44 -16 142 -10 131 | |
| 7 137 10 172 88 16 36 17 49 7 85 -7 28 -13 192 -16 458 -2 228 -7 446 -11 | |
| 484 -4 52 -1 91 16 162 11 51 22 103 22 116 1 35 73 267 108 349 42 99 70 146 | |
| 125 207 l47 52 38 -31 c46 -37 97 -141 110 -225 14 -95 30 -461 31 -704 0 | |
| -291 11 -386 51 -434 36 -43 77 -56 186 -56 65 0 87 4 101 18 22 22 62 99 67 | |
| 132 12 67 80 324 106 399 53 150 154 357 221 452 77 108 251 289 315 326 69 | |
| 41 162 71 200 66 73 -11 118 -160 137 -448 3 -49 11 -128 17 -175 11 -85 10 | |
| -105 -23 -460 -6 -63 -22 -203 -36 -310 -13 -107 -27 -245 -30 -306 -6 -122 | |
| -4 -130 67 -207 l35 -39 107 4 c106 3 108 4 139 35 30 30 32 36 45 160 28 278 | |
| 45 429 49 453 3 14 10 84 16 155 33 399 37 566 18 710 -6 44 -12 107 -14 140 | |
| -4 80 -33 228 -51 263 -7 15 -14 33 -14 40 0 38 -102 215 -151 262 -38 37 | |
| -141 99 -176 106 -65 13 -224 8 -288 -9 -253 -67 -479 -243 -675 -528 -32 -46 | |
| -50 -66 -50 -53 -2 58 -37 197 -70 269 -5 11 -19 42 -31 69 -18 43 -52 99 -69 | |
| 116 -3 3 -17 21 -32 42 -39 52 -181 144 -238 154 -40 8 -67 13 -85 17 -11 3 | |
| -38 1 -60 -3z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment