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="225.000000pt" height="327.000000pt" viewBox="0 0 225.000000 327.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1340 3263 c-116 -6 -317 -43 -527 -99 -129 -35 -208 -65 -345 -134 | |
| -100 -51 -136 -65 -181 -69 -4 -1 -25 -20 -46 -43 -21 -23 -54 -46 -72 -52 | |
| -27 -9 -37 -20 -52 -61 -11 -27 -26 -66 -35 -85 -9 -19 -16 -42 -16 -50 -1 | |
| -28 15 -105 32 -155 37 -108 12 -911 -42 -1365 -29 -249 -47 -672 -32 -754 8 | |
| -40 6 -55 -9 -82 -18 -33 -18 -38 1 -146 22 -130 34 -145 124 -153 30 -3 64 | |
| -7 75 -9 19 -4 55 2 330 54 94 17 353 58 490 76 22 3 96 14 165 24 69 11 145 | |
| 22 170 24 260 30 321 38 346 44 16 5 74 5 129 1 55 -5 114 -6 130 -4 17 3 55 | |
| -1 86 -8 51 -13 60 -12 93 5 20 10 36 20 36 22 0 2 13 52 28 112 16 60 27 116 | |
| 24 124 -12 42 -47 100 -59 100 -8 0 -33 8 -56 19 -52 23 -171 34 -347 32 -141 | |
| -2 -272 -15 -555 -57 -93 -14 -246 -36 -340 -49 -93 -14 -204 -29 -245 -35 | |
| -41 -6 -90 -14 -107 -17 -30 -5 -33 -3 -33 21 0 33 -24 80 -49 98 -17 12 -18 | |
| 22 -11 148 9 149 35 487 50 650 6 58 10 120 10 138 l0 32 93 -3 c50 -1 177 5 | |
| 281 12 l188 15 52 -28 c63 -34 109 -29 152 15 15 16 42 34 61 40 41 13 54 36 | |
| 59 103 5 71 -13 146 -43 175 -63 60 -205 101 -328 95 -115 -5 -256 -15 -348 | |
| -25 -151 -16 -139 -37 -137 234 1 128 -3 270 -8 317 -6 47 -8 88 -5 93 8 12 | |
| 133 73 208 100 39 14 104 39 147 56 42 17 92 31 111 31 20 0 73 9 119 19 81 | |
| 20 249 48 338 57 48 6 335 -18 490 -40 111 -15 160 -4 180 42 6 15 25 36 42 | |
| 47 40 25 52 67 32 106 -8 16 -13 41 -12 57 5 69 -54 127 -141 139 -25 3 -49 | |
| 10 -52 15 -17 26 -375 44 -639 31z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment