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="160.000000pt" height="240.000000pt" viewBox="0 0 160.000000 240.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,240.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M917 2385 c-59 -16 -51 -14 -87 -22 -17 -3 -33 -10 -36 -14 -3 -5 | |
| -13 -9 -22 -9 -31 0 -237 -133 -299 -194 -35 -33 -63 -65 -63 -70 0 -5 -22 | |
| -35 -48 -65 -146 -168 -312 -494 -312 -612 0 -21 -4 -49 -10 -63 -15 -42 -40 | |
| -223 -40 -298 0 -54 21 -231 34 -283 5 -21 35 -112 55 -167 22 -59 82 -169 | |
| 112 -203 44 -50 76 -91 80 -101 5 -14 98 -89 174 -140 65 -44 108 -66 170 -84 | |
| 22 -7 45 -16 51 -21 6 -5 55 -15 110 -23 101 -15 229 -13 319 3 59 11 198 52 | |
| 205 61 3 4 26 17 53 29 28 14 54 35 62 51 8 16 20 30 26 32 7 2 13 11 15 19 1 | |
| 7 7 33 12 57 10 41 9 44 -35 102 -25 33 -52 64 -61 69 -42 22 -108 19 -218 | |
| -10 -139 -36 -238 -38 -362 -7 -104 26 -176 70 -249 155 -89 103 -129 202 | |
| -144 358 -15 164 6 392 39 414 4 3 23 49 41 101 44 128 78 185 188 315 140 | |
| 166 223 225 318 225 88 0 136 -32 327 -224 44 -44 69 -61 97 -66 35 -6 43 -3 | |
| 103 46 90 73 99 115 46 223 -18 36 -63 103 -100 149 -36 45 -68 86 -70 90 -8 | |
| 19 -168 122 -189 122 -6 0 -22 9 -36 20 -15 11 -41 20 -62 20 -20 0 -52 5 -71 | |
| 10 -19 5 -44 11 -55 14 -11 2 -41 -1 -68 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment