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="201.000000pt" height="232.000000pt" viewBox="0 0 201.000000 232.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,232.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M974 2310 c-12 -5 -34 -11 -50 -14 -36 -6 -106 -32 -146 -52 -121 | |
| -63 -326 -235 -424 -357 -33 -39 -62 -74 -65 -77 -36 -29 -178 -280 -215 -380 | |
| -34 -94 -54 -202 -54 -290 0 -49 -5 -101 -11 -116 -8 -22 -5 -51 11 -128 50 | |
| -230 148 -404 320 -569 142 -135 274 -217 425 -265 348 -110 707 -50 1036 171 | |
| 168 113 191 138 203 213 5 39 2 47 -61 137 -57 81 -72 96 -100 100 -47 8 -85 | |
| -8 -188 -78 -124 -86 -268 -161 -345 -181 -134 -35 -392 -13 -503 42 -65 33 | |
| -101 62 -203 162 -124 122 -173 217 -188 367 -8 79 -2 86 56 74 69 -15 546 0 | |
| 673 21 33 5 106 10 162 11 78 1 110 6 135 19 18 10 50 26 71 35 20 10 51 34 | |
| 67 55 33 41 77 136 75 160 -1 8 5 32 13 53 19 50 13 224 -9 258 -9 13 -59 109 | |
| -113 212 -53 104 -103 195 -111 204 -8 8 -15 19 -15 25 0 5 -16 25 -35 44 -19 | |
| 18 -35 37 -34 41 0 10 -131 92 -148 93 -7 0 -13 5 -13 10 0 12 -186 12 -216 0z | |
| m196 -539 c18 -36 50 -100 71 -142 30 -59 38 -84 33 -107 -6 -30 -7 -30 -88 | |
| -36 -161 -11 -394 -26 -530 -32 l-139 -7 44 64 c57 83 279 310 342 351 28 18 | |
| 73 40 101 50 l51 18 42 -47 c23 -25 56 -76 73 -112z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment