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="183.000000pt" height="244.000000pt" viewBox="0 0 183.000000 244.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,244.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M655 2433 c-46 -6 -248 -54 -263 -62 -22 -12 -92 -73 -149 -129 -65 | |
| -64 -148 -189 -159 -239 -1 -7 -11 -25 -22 -40 -24 -34 -30 -62 -44 -195 -25 | |
| -242 -17 -967 14 -1238 11 -102 57 -318 82 -387 13 -37 50 -80 111 -131 14 | |
| -12 122 -11 175 1 34 8 70 31 75 49 4 10 10 18 15 18 5 0 12 17 16 38 4 20 12 | |
| 48 19 62 7 14 11 34 9 45 -2 11 -6 63 -9 115 -5 85 -28 239 -53 356 -5 22 -7 | |
| 51 -5 63 1 12 -6 77 -17 144 -10 67 -22 163 -25 212 -3 50 -11 127 -17 172 | |
| -14 105 -4 396 17 481 20 85 60 166 100 206 59 59 120 69 431 68 260 0 276 -1 | |
| 385 -27 99 -24 119 -32 151 -63 32 -30 46 -36 88 -38 44 -2 56 2 94 31 25 19 | |
| 58 41 74 49 37 19 74 80 78 127 2 32 -5 44 -83 127 -46 51 -92 92 -101 92 -9 | |
| 0 -53 12 -97 26 -163 53 -341 72 -655 72 -113 0 -218 -3 -235 -5z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment