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="231.000000pt" height="301.000000pt" viewBox="0 0 231.000000 301.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,301.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M545 3004 c-11 -3 -49 -12 -85 -20 -36 -8 -83 -24 -105 -34 -22 -11 | |
| -56 -21 -75 -22 -31 -3 -41 -12 -92 -83 -97 -135 -111 -166 -108 -243 2 -37 3 | |
| -83 2 -102 0 -19 -3 -172 -5 -340 -7 -381 -21 -744 -42 -1050 -3 -41 -7 -165 | |
| -10 -275 -2 -110 -9 -216 -15 -235 -5 -19 -10 -115 -10 -213 0 -144 3 -186 16 | |
| -213 9 -19 20 -34 24 -34 4 0 13 -13 20 -29 12 -30 50 -54 105 -66 17 -4 48 | |
| -14 70 -22 45 -18 194 -20 260 -3 22 5 57 10 79 10 118 0 584 139 621 185 6 7 | |
| 57 35 115 64 160 78 272 153 420 279 91 78 280 273 274 283 -2 4 5 18 16 32 | |
| 11 14 20 30 20 35 0 6 4 12 9 14 13 4 122 197 132 233 5 17 29 90 54 164 38 | |
| 112 47 154 55 255 6 67 13 133 16 148 3 14 1 29 -5 32 -5 3 -12 41 -16 84 -4 | |
| 42 -11 82 -15 87 -5 6 -11 28 -15 50 -8 44 -8 43 -91 209 -61 124 -65 129 | |
| -153 229 -29 34 -60 72 -68 85 -9 12 -21 22 -27 22 -7 0 -32 20 -56 45 -24 25 | |
| -48 45 -53 45 -5 0 -32 20 -60 45 -29 25 -56 45 -60 45 -5 0 -57 29 -116 64 | |
| -59 36 -129 72 -157 82 -27 9 -69 26 -94 39 -145 71 -368 117 -590 121 -91 2 | |
| -174 1 -185 -2z m334 -384 c113 -24 173 -43 269 -85 68 -30 125 -55 127 -55 | |
| 18 0 168 -104 223 -153 37 -34 89 -80 116 -102 71 -58 178 -191 205 -255 13 | |
| -30 29 -64 36 -75 23 -37 37 -145 30 -229 -8 -92 -61 -303 -96 -386 -35 -79 | |
| -153 -244 -229 -320 -87 -86 -201 -187 -247 -218 -103 -70 -302 -171 -398 | |
| -202 -38 -12 -104 -35 -145 -50 -76 -29 -278 -70 -337 -70 -37 0 -40 10 -23 | |
| 70 12 44 39 497 45 768 3 114 10 290 15 392 12 230 12 553 0 685 -6 55 -13 | |
| 129 -16 165 -3 36 -10 69 -15 75 -21 22 5 41 86 61 87 21 196 16 354 -16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment