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="188.000000pt" height="372.000000pt" viewBox="0 0 188.000000 372.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,372.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M425 3706 c-36 -10 -44 -19 -76 -81 -40 -75 -41 -86 -5 -166 19 -43 | |
| 57 -87 182 -209 189 -187 199 -196 261 -247 73 -61 210 -153 216 -146 4 3 13 | |
| 1 20 -5 27 -23 197 -82 239 -83 46 -2 78 10 112 44 12 10 35 25 51 32 17 8 38 | |
| 23 48 35 16 19 17 29 7 93 -14 95 -28 137 -46 137 -8 0 -14 4 -14 10 0 5 -26 | |
| 17 -57 26 -79 22 -248 108 -303 152 -25 20 -99 90 -166 155 -66 65 -138 127 | |
| -160 139 -21 11 -57 36 -78 54 -22 19 -50 34 -63 34 -13 0 -38 7 -55 16 -41 | |
| 21 -65 23 -113 10z"/> | |
| <path d="M780 2545 c-14 -8 -45 -20 -70 -28 -117 -38 -161 -64 -252 -149 -80 | |
| -75 -148 -171 -212 -302 -31 -63 -67 -127 -79 -143 -13 -15 -30 -46 -37 -68 | |
| -7 -22 -16 -44 -20 -50 -12 -17 -62 -224 -56 -234 3 -5 1 -33 -4 -62 -12 -62 | |
| -28 -193 -39 -324 -8 -92 9 -339 29 -420 25 -105 106 -292 161 -372 58 -84 | |
| 142 -172 206 -213 33 -22 68 -40 75 -40 8 0 23 -9 33 -20 9 -10 34 -24 54 -31 | |
| 20 -6 50 -17 66 -24 118 -49 327 -68 510 -46 325 40 507 186 622 500 31 83 62 | |
| 225 67 305 2 33 12 140 21 236 21 213 21 430 1 569 -8 58 -13 108 -11 112 8 | |
| 12 -23 159 -56 264 -38 122 -39 123 -93 209 -63 100 -141 167 -271 231 -111 | |
| 55 -164 68 -317 79 -32 3 -68 12 -80 20 -29 21 -210 21 -248 1z m250 -420 c63 | |
| -11 107 -25 130 -40 21 -15 57 -27 90 -31 80 -9 104 -36 141 -160 59 -202 80 | |
| -488 55 -774 -25 -288 -27 -300 -51 -385 -12 -44 -26 -96 -30 -115 -10 -50 | |
| -40 -95 -91 -137 -39 -32 -57 -38 -132 -50 -48 -7 -127 -13 -175 -13 -75 0 | |
| -103 5 -187 34 -130 46 -151 57 -195 108 -54 63 -81 113 -111 208 -52 165 -66 | |
| 333 -44 520 31 267 52 344 147 537 112 227 215 331 318 319 22 -2 83 -12 135 | |
| -21z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment