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="158.000000pt" height="204.000000pt" viewBox="0 0 158.000000 204.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,204.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M998 2035 c-3 -3 -45 -12 -94 -21 -132 -22 -297 -86 -439 -170 -82 | |
| -48 -264 -271 -280 -341 -3 -18 -11 -35 -16 -38 -5 -4 -9 -17 -9 -30 0 -13 | |
| -13 -39 -29 -57 -31 -36 -71 -106 -71 -124 0 -6 -6 -17 -14 -23 -24 -20 -38 | |
| -159 -38 -373 0 -114 3 -224 6 -245 3 -21 8 -94 11 -163 5 -112 15 -207 29 | |
| -265 7 -29 55 -118 75 -136 45 -43 64 -48 148 -44 101 5 135 22 165 85 12 25 | |
| 29 56 38 70 10 14 16 33 15 42 -2 9 3 52 11 95 11 60 14 174 13 488 -1 226 2 | |
| 437 6 470 12 99 86 212 172 268 94 59 160 84 277 107 105 21 125 22 185 11 47 | |
| -9 77 -21 104 -43 52 -41 109 -45 155 -11 18 13 52 31 77 39 66 23 69 29 79 | |
| 166 l4 48 -87 79 c-69 63 -94 80 -126 84 -90 14 -115 20 -115 28 0 9 -243 13 | |
| -252 4z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment