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="184.000000pt" height="224.000000pt" viewBox="0 0 184.000000 224.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,224.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M945 2230 c-22 -4 -53 -13 -70 -19 -16 -7 -32 -12 -35 -12 -9 2 -75 | |
| -11 -125 -24 -90 -24 -151 -63 -269 -175 -51 -47 -166 -189 -166 -204 0 -3 | |
| -14 -25 -30 -50 -52 -76 -117 -224 -160 -366 -80 -256 -83 -278 -84 -545 -1 | |
| -223 1 -246 22 -320 49 -169 147 -333 227 -381 17 -10 46 -30 65 -44 95 -73 | |
| 322 -108 485 -76 94 18 261 81 330 125 27 17 52 31 56 31 20 0 171 111 224 | |
| 165 57 57 141 159 177 214 9 14 35 51 57 81 22 30 47 71 56 90 9 19 21 40 28 | |
| 45 13 10 33 70 68 205 29 111 40 294 23 405 -17 117 -29 170 -49 225 -9 25 | |
| -18 52 -20 61 -2 9 -13 33 -24 55 -12 21 -21 42 -21 47 0 4 -15 32 -34 61 -18 | |
| 29 -36 62 -40 73 -7 21 -135 156 -176 185 -14 10 -36 26 -50 36 -14 10 -36 23 | |
| -50 30 -14 6 -32 16 -40 21 -86 53 -258 81 -375 61z m-120 -450 c9 -14 82 -13 | |
| 91 2 5 8 10 7 18 -4 6 -8 25 -23 43 -33 17 -10 37 -29 44 -42 7 -13 16 -23 20 | |
| -23 4 0 26 -18 49 -40 23 -22 48 -40 56 -40 8 0 44 18 80 40 36 22 68 40 70 | |
| 40 8 0 83 -139 97 -180 8 -25 22 -89 31 -143 16 -91 16 -106 1 -205 -21 -139 | |
| -35 -183 -79 -261 -50 -87 -97 -151 -178 -242 -53 -59 -92 -90 -173 -139 -157 | |
| -93 -202 -109 -310 -110 -162 0 -203 26 -255 162 -47 124 -58 237 -36 391 28 | |
| 190 76 366 139 497 61 129 85 164 181 268 63 67 96 86 111 62z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment