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="170.000000pt" height="240.000000pt" viewBox="0 0 170.000000 240.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,240.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M950 2373 c-36 -12 -65 -23 -65 -24 0 0 -9 -2 -20 -3 -29 -3 -151 | |
| -84 -246 -162 -77 -64 -182 -181 -264 -293 -22 -30 -49 -65 -60 -77 -11 -12 | |
| -56 -89 -98 -171 -76 -144 -111 -238 -140 -380 -8 -38 -20 -80 -27 -94 -19 | |
| -35 -29 -372 -13 -469 12 -82 46 -198 71 -245 9 -16 17 -36 18 -42 1 -7 18 | |
| -34 37 -60 19 -27 36 -53 38 -60 9 -26 113 -124 176 -166 132 -88 239 -115 | |
| 470 -121 158 -4 223 6 388 63 87 30 108 39 205 85 158 75 280 193 280 273 0 | |
| 44 -92 169 -131 178 -24 6 -111 -22 -249 -80 -30 -12 -93 -38 -140 -58 -149 | |
| -62 -189 -70 -360 -71 l-155 -1 -73 48 c-78 53 -99 81 -153 207 -28 67 -32 88 | |
| -37 202 l-5 127 134 4 c151 4 374 29 464 51 33 8 75 17 93 20 18 2 40 10 48 | |
| 16 7 7 14 9 14 6 0 -4 19 4 43 18 23 14 45 25 50 25 4 1 14 1 22 1 19 0 174 | |
| 131 174 148 1 7 12 24 26 38 51 51 86 199 86 365 1 161 -48 406 -90 454 -10 | |
| 11 -28 38 -41 60 -13 22 -31 47 -39 56 -9 9 -31 32 -49 52 -83 94 -246 128 | |
| -382 80z m153 -430 c57 -106 71 -349 24 -419 -49 -73 -261 -136 -500 -150 | |
| l-129 -7 37 73 c74 147 130 223 271 366 102 104 153 148 194 168 30 14 59 25 | |
| 65 23 5 -2 22 -26 38 -54z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment