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="241.000000pt" height="344.000000pt" viewBox="0 0 241.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="M2145 3433 c-47 -8 -104 -48 -126 -87 -12 -23 -28 -48 -35 -56 -26 | |
| -31 -90 -245 -104 -349 -5 -31 -22 -126 -38 -211 -16 -85 -35 -189 -41 -230 | |
| -6 -41 -16 -104 -21 -140 -25 -164 -42 -557 -46 -1060 -2 -228 -7 -466 -11 | |
| -529 l-8 -114 -61 94 c-34 52 -141 209 -237 349 -307 446 -324 472 -412 625 | |
| -127 220 -217 409 -281 590 -153 429 -194 571 -189 651 4 63 -1 72 -64 124 | |
| -30 25 -63 34 -99 27 -15 -3 -57 -1 -93 5 -70 12 -71 12 -120 -37 -10 -10 -24 | |
| -37 -30 -59 -22 -81 -60 -343 -52 -362 3 -8 1 -20 -5 -27 -10 -13 -34 -240 | |
| -31 -297 1 -19 -4 -75 -11 -125 -14 -95 -16 -223 -25 -1180 -5 -557 -4 -608 | |
| 13 -716 27 -165 23 -161 200 -157 140 3 140 3 167 32 14 16 30 38 34 50 4 11 | |
| 4 118 0 236 -8 217 -11 810 -4 995 2 55 6 177 9 270 3 94 6 177 6 185 0 8 38 | |
| -59 85 -148 46 -90 89 -169 94 -176 6 -7 29 -48 52 -92 46 -89 128 -214 269 | |
| -414 102 -144 322 -470 457 -678 105 -161 150 -226 188 -268 17 -18 37 -42 45 | |
| -54 30 -42 174 -106 218 -96 15 4 33 8 40 9 7 2 18 9 24 15 7 7 16 12 21 12 6 | |
| 0 29 10 52 21 42 21 53 38 96 144 19 49 36 183 50 400 5 83 13 195 17 250 5 | |
| 55 7 208 6 340 -1 132 -3 287 -3 345 -1 57 3 161 9 230 5 69 14 202 20 295 11 | |
| 173 27 307 56 470 29 166 105 539 112 550 3 5 19 27 35 47 34 43 38 94 12 134 | |
| -31 48 -149 156 -174 160 -14 3 -30 6 -36 7 -5 2 -19 2 -30 0z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment