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="215.000000pt" height="309.000000pt" viewBox="0 0 215.000000 309.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,309.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M810 3080 c-82 -7 -238 -9 -630 -9 -47 0 -94 -5 -105 -11 -64 -35 | |
| -81 -133 -60 -345 8 -77 17 -196 20 -265 3 -69 8 -181 11 -250 3 -69 10 -150 | |
| 16 -180 6 -34 11 -365 13 -865 3 -487 8 -838 14 -880 6 -38 11 -75 11 -81 0 | |
| -6 22 -35 50 -65 27 -30 52 -61 55 -70 3 -8 23 -26 45 -38 31 -17 48 -21 73 | |
| -15 17 4 39 7 48 5 9 -1 69 19 133 44 245 94 602 128 1006 95 174 -14 413 -1 | |
| 477 25 20 8 44 15 55 15 26 0 75 55 91 104 13 38 12 45 -9 91 -13 28 -24 61 | |
| -24 75 -1 32 -18 63 -51 89 -23 18 -34 19 -110 13 -105 -9 -332 -8 -649 2 | |
| -200 6 -268 5 -370 -8 -69 -9 -145 -18 -170 -20 -25 -2 -82 -13 -127 -25 -116 | |
| -30 -130 -29 -135 12 -2 18 -2 243 0 499 l4 467 70 11 c91 16 181 6 293 -31 | |
| 99 -32 149 -33 206 -4 45 24 53 35 88 137 37 103 37 110 10 157 -17 30 -32 41 | |
| -92 63 -40 15 -108 36 -152 48 -44 11 -88 25 -97 30 -10 6 -28 10 -40 10 -12 | |
| 0 -36 5 -53 11 -25 10 -53 8 -137 -8 l-105 -19 -7 100 c-4 56 -14 166 -22 246 | |
| -8 80 -17 206 -19 281 l-5 136 80 7 c44 4 84 5 88 2 5 -3 135 2 288 10 282 16 | |
| 580 12 616 -7 10 -5 18 -16 18 -25 0 -8 12 -27 26 -41 23 -23 31 -25 79 -19 | |
| 35 4 64 1 86 -8 21 -8 60 -12 102 -10 55 3 74 8 98 29 17 14 36 25 43 25 17 0 | |
| 66 43 66 57 0 7 8 17 19 22 24 13 43 123 26 149 -6 9 -17 36 -23 59 -8 26 -20 | |
| 44 -32 48 -11 4 -20 11 -20 16 0 5 -8 12 -17 16 -10 3 -25 12 -33 19 -8 7 -35 | |
| 15 -60 17 -25 3 -57 10 -72 16 -25 9 -77 17 -249 38 -83 9 -642 12 -749 3z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment