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="222.000000pt" height="323.000000pt" viewBox="0 0 222.000000 323.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,323.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1604 3220 c-38 -6 -184 -93 -184 -110 0 -4 -53 -54 -117 -112 -264 | |
| -237 -651 -643 -720 -755 -31 -51 -101 -124 -108 -113 -3 5 -3 14 0 20 3 5 1 | |
| 45 -4 87 -6 43 -18 134 -26 201 -9 68 -20 134 -25 147 -5 13 -6 47 -4 77 4 34 | |
| 0 74 -11 113 -31 112 -35 130 -35 190 0 33 -6 67 -13 76 -18 23 -70 36 -172 | |
| 43 -90 6 -91 6 -117 -21 -15 -16 -32 -48 -38 -73 -28 -108 -39 -356 -19 -408 | |
| 16 -40 39 -207 39 -287 0 -38 5 -99 11 -135 10 -69 16 -121 48 -465 11 -121 | |
| 23 -242 25 -270 8 -77 11 -501 8 -800 -3 -229 -2 -277 12 -308 33 -79 60 -91 | |
| 195 -82 131 9 151 18 185 82 13 27 16 79 18 335 2 167 2 417 1 556 l-3 252 23 | |
| -11 c12 -7 24 -15 27 -19 3 -3 39 -33 80 -65 41 -33 81 -65 89 -72 24 -25 259 | |
| -203 266 -203 13 0 144 -115 150 -131 3 -9 49 -56 103 -104 184 -167 414 -443 | |
| 484 -580 9 -17 18 -59 21 -94 9 -86 52 -151 102 -151 13 0 28 -6 34 -14 18 | |
| -22 162 -16 185 7 10 9 22 17 28 17 12 0 57 50 59 65 1 6 3 21 6 35 10 60 -5 | |
| 174 -29 225 -61 127 -170 310 -207 345 -33 32 -126 153 -124 161 2 6 -182 193 | |
| -334 339 -97 95 -201 185 -211 185 -8 0 -114 80 -291 220 -104 83 -130 109 | |
| -150 150 -13 28 -27 51 -31 53 -4 1 -15 9 -25 16 -17 12 -14 18 36 83 59 78 | |
| 291 341 389 443 214 222 286 293 314 307 35 18 190 145 223 183 12 14 27 36 | |
| 33 50 7 14 19 39 27 56 31 67 13 109 -107 247 -13 14 -73 23 -116 17z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment