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="179.000000pt" height="213.000000pt" viewBox="0 0 179.000000 213.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,213.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M844 2102 c-92 -35 -190 -93 -251 -149 -26 -24 -68 -61 -92 -81 -24 | |
| -20 -73 -73 -108 -117 -36 -44 -79 -97 -96 -118 -48 -58 -156 -270 -194 -380 | |
| -18 -53 -37 -105 -43 -115 -12 -22 -42 -173 -35 -180 3 -3 -1 -12 -7 -20 -8 | |
| -10 -12 -64 -13 -171 0 -157 10 -224 51 -349 43 -129 127 -245 227 -311 34 | |
| -22 70 -47 81 -55 18 -15 140 -45 186 -47 42 -2 162 19 225 39 63 20 196 90 | |
| 231 123 11 10 25 19 31 19 14 0 170 165 218 231 l40 55 59 -95 c123 -201 154 | |
| -215 308 -143 76 35 90 46 108 82 14 28 20 53 17 76 -3 19 -44 100 -93 181 | |
| -155 257 -172 346 -119 598 17 77 36 209 36 250 1 40 -19 94 -45 122 -14 15 | |
| -29 35 -31 44 -6 17 -46 38 -81 43 -16 2 -20 15 -24 84 -5 69 -10 87 -36 124 | |
| -17 24 -43 69 -58 101 -14 31 -31 57 -36 57 -5 0 -17 8 -27 19 -10 10 -47 33 | |
| -82 52 -36 19 -71 40 -79 47 -9 8 -45 12 -105 11 -73 -1 -106 -6 -163 -27z | |
| m169 -364 c30 -16 45 -36 57 -80 6 -21 14 -38 19 -38 4 0 13 -19 20 -42 7 -24 | |
| 23 -66 37 -95 22 -45 23 -56 14 -95 -6 -23 -13 -113 -16 -198 -4 -125 -10 | |
| -166 -27 -210 -77 -202 -203 -386 -329 -482 -82 -62 -105 -72 -196 -83 -66 -9 | |
| -88 4 -135 82 -53 87 -81 243 -57 317 5 17 19 87 31 156 18 102 31 146 74 241 | |
| 29 64 75 150 103 191 66 97 242 276 312 316 63 36 64 36 93 20z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment