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="216.000000pt" height="231.000000pt" viewBox="0 0 216.000000 231.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,231.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M970 2298 c-19 -5 -51 -9 -70 -9 -19 -1 -51 -9 -70 -19 -19 -9 -48 | |
| -20 -65 -24 -57 -14 -171 -101 -296 -226 -134 -135 -206 -231 -269 -361 -21 | |
| -44 -43 -86 -48 -92 -16 -20 -89 -246 -113 -347 -30 -132 -42 -259 -27 -287 8 | |
| -17 8 -32 1 -57 -8 -26 -6 -57 12 -143 29 -140 74 -254 137 -349 16 -23 28 | |
| -45 28 -49 0 -11 122 -145 133 -145 5 0 33 -15 61 -34 95 -63 211 -117 281 | |
| -132 131 -28 360 -15 550 32 129 32 279 102 400 188 44 30 103 71 130 90 58 | |
| 38 275 277 275 302 0 4 6 15 14 23 24 27 64 140 118 333 19 65 3 310 -26 401 | |
| -13 42 -22 77 -20 77 3 0 0 8 -5 18 -6 11 -12 31 -15 45 -7 38 -88 184 -146 | |
| 261 -27 37 -56 79 -64 94 -18 35 -109 121 -164 156 -23 14 -71 51 -107 81 -82 | |
| 70 -199 115 -285 110 -38 -2 -66 2 -90 14 -19 10 -46 23 -60 30 -37 16 -160 | |
| 28 -200 19z m90 -388 c21 -41 62 -69 92 -63 9 3 28 -3 42 -13 14 -9 26 -13 26 | |
| -8 0 4 10 -2 23 -13 46 -42 67 -47 98 -24 l29 22 33 -23 c50 -35 219 -217 249 | |
| -268 44 -76 98 -230 109 -309 18 -129 -7 -248 -78 -358 -83 -131 -265 -288 | |
| -434 -373 -78 -40 -215 -70 -344 -77 -101 -5 -116 -4 -182 20 -166 60 -260 | |
| 163 -303 333 -18 68 -20 97 -15 204 11 205 37 322 104 458 17 34 31 65 31 69 | |
| 0 23 130 195 209 276 100 103 176 152 288 186 2 1 12 -17 23 -39z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment