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="283.000000pt" height="222.000000pt" viewBox="0 0 283.000000 222.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,222.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M810 2212 c-19 -2 -39 -8 -44 -13 -6 -5 -19 -9 -30 -9 -10 0 -38 -11 | |
| -60 -24 -23 -13 -52 -26 -66 -29 -31 -8 -185 -151 -177 -164 4 -6 -7 -23 -24 | |
| -39 -17 -16 -29 -24 -28 -19 6 22 -14 56 -41 70 -19 10 -58 15 -115 15 -90 0 | |
| -125 -12 -146 -52 -5 -10 -14 -91 -19 -179 -5 -91 -14 -167 -21 -175 -7 -8 | |
| -10 -54 -9 -126 1 -62 -4 -205 -12 -318 -18 -283 -14 -844 7 -960 25 -133 58 | |
| -171 145 -168 31 0 66 -4 78 -11 13 -7 32 -9 45 -5 12 5 25 7 29 6 3 -1 23 20 | |
| 44 46 21 26 42 50 47 53 18 13 28 90 27 224 -1 146 25 570 40 665 65 408 79 | |
| 452 205 646 111 171 192 211 281 137 54 -45 67 -67 89 -153 46 -174 48 -330 | |
| 10 -725 -9 -93 -17 -249 -18 -345 -2 -168 -1 -176 21 -207 13 -18 43 -44 67 | |
| -59 40 -23 48 -24 85 -14 30 8 51 8 72 1 24 -9 37 -7 68 9 21 11 47 31 58 44 | |
| 21 27 59 142 117 356 49 181 120 391 156 463 17 32 48 100 70 150 90 204 217 | |
| 384 296 418 142 61 288 33 340 -65 26 -49 20 -232 -13 -358 -14 -56 -30 -125 | |
| -34 -153 -4 -27 -17 -75 -28 -105 -32 -87 -69 -210 -82 -275 -6 -33 -20 -98 | |
| -30 -145 -29 -128 -35 -213 -21 -278 17 -74 48 -146 77 -173 22 -20 30 -21 | |
| 114 -15 50 4 102 11 115 16 36 14 65 47 65 74 0 14 5 28 10 31 6 3 10 27 10 | |
| 53 0 125 30 291 85 477 58 196 92 331 102 400 3 22 10 46 15 52 13 16 47 242 | |
| 38 248 -4 2 -7 39 -8 81 -1 84 -25 191 -54 239 -10 17 -25 45 -33 63 -8 17 | |
| -19 32 -23 32 -4 0 -16 13 -25 30 -19 31 -208 162 -229 159 -7 -1 -20 0 -28 3 | |
| -72 25 -105 30 -189 32 -133 2 -299 -36 -387 -90 -27 -17 -59 -34 -70 -38 -22 | |
| -7 -94 -73 -94 -86 0 -5 -8 -17 -19 -27 -24 -24 -132 -186 -160 -241 -25 -49 | |
| -30 -49 -42 5 -17 81 -42 159 -59 183 -9 14 -34 58 -54 98 -20 39 -40 72 -45 | |
| 72 -5 0 -27 17 -49 38 -73 68 -90 82 -98 82 -4 0 -29 14 -56 31 -27 17 -51 29 | |
| -54 26 -4 -3 -18 -1 -33 5 -27 11 -139 17 -201 10z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment