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="273.000000pt" height="239.000000pt" viewBox="0 0 273.000000 239.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,239.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M987 2375 c-26 -7 -53 -18 -60 -23 -7 -5 -25 -13 -42 -16 -16 -4 -46 | |
| -17 -66 -29 -19 -12 -60 -36 -90 -54 -73 -43 -198 -166 -265 -262 -32 -44 -39 | |
| -46 -114 -30 -60 13 -85 8 -122 -24 -24 -21 -30 -41 -57 -188 -17 -90 -42 | |
| -243 -56 -339 -14 -96 -32 -215 -40 -265 -8 -49 -19 -130 -25 -180 -6 -49 -17 | |
| -135 -25 -190 -15 -103 -23 -457 -12 -510 3 -16 7 -43 8 -60 4 -38 80 -159 | |
| 115 -182 21 -13 45 -17 101 -15 41 1 82 6 92 12 10 5 21 7 23 4 3 -2 30 26 60 | |
| 64 69 86 87 153 94 357 2 44 8 130 13 190 6 61 10 169 10 240 -1 81 5 160 15 | |
| 210 8 44 24 125 35 180 53 270 132 430 293 592 52 52 89 80 140 103 68 32 70 | |
| 32 88 14 24 -25 57 -183 64 -304 9 -164 13 -718 5 -875 -7 -163 -5 -173 45 | |
| -218 32 -29 34 -30 137 -46 107 -18 121 -15 166 27 39 37 40 40 47 128 8 105 | |
| 37 268 76 414 15 58 25 110 23 116 -4 11 51 167 90 255 14 31 58 108 99 170 | |
| 80 122 196 243 258 269 31 13 37 12 79 -12 98 -54 136 -149 132 -323 -2 -112 | |
| -29 -459 -41 -540 -5 -33 -11 -89 -15 -125 -3 -36 -7 -78 -10 -95 -2 -16 -7 | |
| -50 -9 -75 -3 -25 -10 -89 -17 -143 -6 -54 -9 -142 -7 -195 6 -114 28 -161 88 | |
| -192 35 -18 43 -18 87 -6 26 7 74 19 106 26 85 17 107 42 107 119 0 35 7 117 | |
| 16 184 8 67 14 131 11 143 -2 12 2 57 8 101 26 163 44 302 55 418 30 331 32 | |
| 379 21 498 -12 116 -19 141 -67 244 -13 28 -24 55 -24 58 0 4 -10 21 -22 38 | |
| -13 18 -23 34 -23 37 -1 12 -120 127 -153 147 -46 28 -126 66 -172 82 -43 15 | |
| -140 22 -140 10 0 -4 -7 -6 -15 -3 -25 10 -114 -15 -187 -51 -126 -63 -204 | |
| -134 -327 -297 -24 -32 -45 -58 -46 -58 -2 0 -8 30 -15 67 -6 36 -20 77 -30 | |
| 91 -11 13 -17 28 -15 33 6 8 -69 136 -107 182 -13 15 -30 29 -39 30 -10 2 -35 | |
| 15 -56 30 -22 15 -55 32 -74 38 -53 16 -169 18 -222 4z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment