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="202.000000pt" height="344.000000pt" viewBox="0 0 202.000000 344.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,344.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M834 3413 c-27 -14 -62 -33 -79 -41 -32 -16 -85 -69 -85 -85 0 -5 | |
| -13 -26 -28 -46 -40 -51 -100 -181 -128 -278 -13 -45 -23 -86 -22 -90 1 -4 -2 | |
| -33 -7 -63 -4 -30 -9 -62 -10 -70 -2 -8 -8 -36 -14 -62 -14 -60 -40 -308 -43 | |
| -420 l-3 -88 -89 0 c-50 0 -127 -5 -173 -12 -73 -11 -87 -16 -115 -45 -32 -33 | |
| -33 -36 -36 -143 -6 -172 8 -183 248 -194 85 -4 155 -8 156 -9 1 -1 6 -128 12 | |
| -282 6 -154 13 -296 16 -315 11 -83 28 -487 30 -750 3 -309 9 -352 61 -400 22 | |
| -21 31 -22 130 -18 102 3 108 5 131 31 49 57 64 141 71 394 4 140 2 290 -5 | |
| 380 -12 150 -31 602 -35 816 l-2 117 32 0 c34 0 101 10 285 40 214 36 297 98 | |
| 305 227 4 74 -13 115 -56 137 -16 9 -31 22 -35 31 -8 22 -90 55 -137 55 -39 0 | |
| -98 -23 -111 -43 -6 -9 -140 -38 -251 -54 l-39 -5 7 103 c11 174 24 311 35 | |
| 364 6 28 19 105 30 173 21 129 62 247 93 266 14 9 36 1 115 -39 477 -247 658 | |
| -334 713 -341 73 -11 121 32 174 156 63 150 64 148 -119 235 -314 150 -364 | |
| 176 -446 223 -47 27 -126 69 -175 92 -50 24 -91 47 -93 52 -2 4 -14 8 -26 8 | |
| -13 0 -26 3 -30 7 -4 4 -51 9 -105 10 -90 3 -102 1 -147 -24z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment