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="177.000000pt" height="217.000000pt" viewBox="0 0 177.000000 217.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,217.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1007 2163 c-1 0 -40 -6 -87 -12 -157 -19 -367 -127 -500 -257 -146 | |
| -142 -190 -198 -267 -344 -84 -161 -119 -273 -143 -463 -31 -239 29 -516 147 | |
| -684 24 -34 43 -65 43 -70 0 -27 228 -220 270 -228 10 -2 29 -10 42 -19 13 -8 | |
| 57 -24 98 -35 70 -18 101 -23 225 -36 28 -3 61 -7 75 -10 14 -3 54 -1 90 5 36 | |
| 5 81 12 100 14 47 5 192 43 227 59 238 114 289 147 310 198 8 22 19 39 23 39 | |
| 11 0 26 51 22 76 -1 12 -24 48 -50 80 -53 66 -99 89 -142 72 -14 -6 -41 -11 | |
| -60 -12 -19 -1 -44 -7 -56 -13 -31 -18 -148 -61 -254 -94 -121 -38 -268 -42 | |
| -366 -10 -138 46 -178 73 -251 172 -53 72 -73 112 -73 148 0 16 -7 60 -15 97 | |
| -9 36 -14 68 -11 71 2 3 17 -4 32 -14 36 -23 114 -39 189 -37 64 1 361 38 435 | |
| 53 25 5 72 15 105 21 189 39 388 145 452 241 19 27 38 49 43 49 5 0 27 37 48 | |
| 83 32 67 41 101 50 181 6 55 8 104 5 109 -3 5 -6 24 -5 41 0 17 -6 42 -14 54 | |
| -9 13 -17 37 -19 52 -4 26 -56 106 -118 180 -35 41 -204 155 -267 180 -30 12 | |
| -73 30 -95 40 -28 13 -69 20 -138 22 -54 2 -99 2 -100 1z m193 -429 c142 -78 | |
| 191 -173 140 -273 -43 -86 -110 -119 -319 -161 -199 -40 -290 -48 -322 -27 | |
| -18 11 -44 14 -108 11 -132 -6 -137 11 -46 156 54 86 163 195 253 255 23 15 | |
| 84 41 135 56 118 37 174 33 267 -17z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment