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="233.000000pt" height="311.000000pt" viewBox="0 0 233.000000 311.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,311.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1025 3099 c-4 -5 -13 -9 -21 -9 -41 0 -157 -73 -224 -140 -38 -39 | |
| -70 -76 -70 -80 0 -5 -24 -47 -54 -93 -30 -46 -64 -108 -76 -138 -12 -30 -29 | |
| -68 -39 -85 -19 -33 -71 -180 -76 -217 -1 -12 -19 -71 -39 -132 -41 -121 -106 | |
| -371 -106 -404 0 -11 -7 -41 -16 -67 -15 -44 -84 -367 -140 -649 -23 -118 -35 | |
| -173 -81 -360 -8 -33 -23 -105 -34 -160 -51 -261 -50 -249 -18 -293 13 -18 41 | |
| -28 139 -49 l123 -25 43 20 c26 13 50 34 60 53 19 37 57 186 78 309 8 47 24 | |
| 121 35 165 11 44 27 118 35 165 15 84 33 171 41 200 4 12 28 15 122 17 65 1 | |
| 217 5 338 10 149 5 275 4 390 -4 94 -7 211 -13 261 -14 l91 -2 17 -101 c45 | |
| -270 78 -505 106 -748 28 -255 44 -275 209 -263 103 8 182 37 196 72 25 63 7 | |
| 328 -41 586 -14 77 -26 160 -26 184 0 43 -15 133 -61 353 -50 238 -80 365 -87 | |
| 375 -5 6 -11 33 -15 60 -13 92 -124 469 -186 628 -17 45 -49 119 -70 164 -21 | |
| 46 -39 85 -39 87 0 12 -125 233 -158 280 -20 28 -57 71 -82 96 -26 25 -58 60 | |
| -73 78 -14 18 -48 43 -74 56 -166 81 -159 79 -269 82 -57 2 -106 -1 -109 -7z | |
| m203 -466 c129 -135 232 -329 322 -608 12 -38 30 -88 40 -110 16 -37 79 -275 | |
| 85 -320 1 -11 5 -34 9 -51 l7 -32 -48 12 c-55 12 -813 16 -905 3 -56 -7 -58 | |
| -6 -58 15 0 13 9 55 20 93 11 39 29 111 40 160 20 86 28 114 84 305 98 332 | |
| 163 478 249 561 58 56 77 52 155 -28z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment