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="205.000000pt" height="344.000000pt" viewBox="0 0 205.000000 344.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,344.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1789 3408 c-13 -18 -27 -34 -31 -36 -4 -2 -8 -16 -8 -32 0 -15 -6 | |
| -33 -14 -39 -41 -34 -120 -640 -146 -1121 -5 -102 -9 -186 -10 -188 0 -1 -8 2 | |
| -17 7 -25 13 -55 24 -73 26 -8 1 -32 10 -53 19 -50 22 -250 18 -382 -8 -49 | |
| -10 -111 -20 -136 -21 -26 -2 -79 -17 -119 -34 -40 -17 -77 -31 -83 -31 -14 0 | |
| -167 -92 -204 -122 -165 -136 -323 -364 -394 -568 -12 -36 -26 -69 -30 -75 | |
| -12 -18 -49 -165 -59 -238 -22 -155 -28 -345 -14 -415 24 -113 98 -268 151 | |
| -315 168 -148 367 -217 623 -217 111 0 385 30 409 44 4 3 29 7 56 11 73 8 204 | |
| 43 258 67 44 20 49 21 80 6 25 -12 56 -14 137 -11 58 2 117 9 131 14 44 17 77 | |
| 127 85 279 7 130 8 691 1 775 -7 86 6 405 24 575 6 58 12 164 14 235 1 72 7 | |
| 207 14 300 6 94 13 267 16 385 2 118 9 265 14 325 6 61 13 163 17 228 l7 118 | |
| -32 33 c-27 28 -43 35 -89 40 -32 4 -71 9 -88 12 -27 5 -35 1 -55 -28z m-410 | |
| -1752 c55 -29 109 -133 136 -263 19 -89 20 -209 5 -538 -5 -121 -10 -242 -10 | |
| -268 l0 -48 -67 -30 c-75 -33 -165 -57 -368 -95 -125 -23 -157 -26 -295 -21 | |
| -128 4 -164 8 -209 27 -117 46 -144 83 -161 223 -21 165 12 339 103 544 50 | |
| 112 160 269 225 321 76 60 217 120 332 141 129 24 270 27 309 7z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment