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="185.000000pt" height="236.000000pt" viewBox="0 0 185.000000 236.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,236.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M202 2323 c-53 -50 -86 -148 -136 -406 -43 -219 -61 -461 -60 -792 2 | |
| -316 6 -354 53 -525 41 -149 67 -216 113 -290 49 -79 83 -116 169 -185 54 -44 | |
| 81 -57 155 -78 158 -45 209 -50 307 -33 47 8 95 20 106 26 12 6 51 20 88 31 | |
| 38 12 96 34 130 50 34 16 65 29 68 29 9 0 149 107 170 130 11 12 39 33 62 47 | |
| 54 31 139 125 200 219 27 41 67 101 89 133 101 141 153 495 109 736 -13 74 | |
| -23 144 -56 390 -6 50 -18 119 -25 155 -7 36 -19 111 -25 168 -13 109 -21 127 | |
| -76 156 -24 12 -59 16 -138 16 -103 0 -106 -1 -133 -28 -52 -53 -56 -76 -37 | |
| -224 9 -73 22 -164 30 -203 7 -38 16 -108 20 -155 6 -80 23 -224 45 -385 6 | |
| -46 6 -116 -1 -204 -11 -147 -18 -166 -106 -308 -68 -109 -225 -249 -345 -307 | |
| -212 -101 -324 -112 -413 -40 -46 38 -120 188 -134 274 -13 82 -31 406 -31 | |
| 576 0 124 27 367 50 444 6 19 10 49 9 65 -1 17 11 114 25 217 14 102 26 200 | |
| 26 216 0 51 -26 69 -137 97 -56 14 -108 25 -116 25 -9 0 -33 -17 -55 -37z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment