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="80.000000pt" height="282.000000pt" viewBox="0 0 80.000000 282.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,282.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M332 2809 c-257 -7 -263 -8 -312 -61 -29 -31 -29 -168 0 -215 25 -42 | |
| 96 -77 185 -92 39 -7 83 -16 99 -19 15 -4 108 -4 206 0 151 5 183 9 204 25 26 | |
| 19 56 79 56 112 0 10 6 31 14 46 9 16 12 44 9 73 -4 39 -11 53 -46 85 -30 27 | |
| -50 37 -74 37 -17 0 -35 5 -38 10 -3 6 -18 9 -33 8 -15 0 -136 -5 -270 -9z"/> | |
| <path d="M181 1929 c-17 -17 -31 -38 -31 -47 0 -9 -7 -36 -15 -59 -9 -25 -21 | |
| -135 -30 -265 -8 -123 -20 -256 -25 -296 -6 -40 -10 -116 -10 -167 0 -52 -7 | |
| -145 -16 -207 -12 -82 -14 -145 -10 -228 4 -63 7 -122 8 -130 1 -30 29 -176 | |
| 37 -195 77 -184 99 -216 185 -274 39 -26 78 -48 86 -48 8 -1 40 -2 70 -3 64 | |
| -3 105 18 175 88 64 65 66 130 5 207 -17 21 -30 42 -30 46 0 17 -56 68 -82 74 | |
| -15 4 -30 14 -34 23 -15 36 -15 297 1 517 9 127 19 284 21 350 3 66 9 131 15 | |
| 145 5 14 11 119 12 232 2 254 8 244 -140 258 -151 15 -158 14 -192 -21z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment