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="168.000000pt" height="222.000000pt" viewBox="0 0 168.000000 222.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,222.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M829 2216 c-2 -2 -31 -7 -64 -11 -131 -14 -273 -74 -378 -161 -70 | |
| -57 -147 -145 -151 -171 -2 -15 -16 -19 -69 -23 -51 -4 -71 -10 -91 -29 -14 | |
| -14 -26 -32 -26 -41 0 -9 -4 -20 -9 -25 -15 -16 -31 -366 -32 -710 -2 -299 8 | |
| -489 31 -595 5 -25 14 -72 21 -105 39 -206 50 -231 132 -303 47 -42 51 -43 | |
| 106 -40 57 3 102 28 188 102 48 41 79 212 69 378 -4 62 -7 158 -6 213 1 55 -6 | |
| 140 -16 190 -13 70 -16 150 -16 355 l0 265 32 86 c57 158 135 216 305 226 138 | |
| 8 233 -14 358 -82 56 -30 128 -74 161 -97 80 -59 112 -58 189 5 32 26 61 47 | |
| 66 47 4 0 17 9 30 21 20 18 21 28 17 92 l-5 71 -58 58 c-91 92 -220 175 -316 | |
| 204 -45 14 -92 29 -105 35 -58 23 -348 60 -363 45z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment