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="208.000000pt" height="291.000000pt" viewBox="0 0 208.000000 291.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,291.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1634 2900 c-11 -4 -37 -27 -56 -50 -33 -37 -37 -49 -42 -118 -3 -42 | |
| -1 -196 4 -342 11 -298 12 -582 2 -591 -11 -10 -133 -38 -260 -60 -149 -26 | |
| -500 -32 -642 -13 -52 7 -113 14 -136 14 l-41 0 -7 268 c-10 359 -21 569 -35 | |
| 617 -6 22 -11 59 -11 83 0 72 -20 130 -50 152 -24 17 -44 20 -135 20 -103 0 | |
| -107 -1 -135 -28 -26 -27 -28 -34 -35 -153 -9 -163 -11 -370 -6 -726 l5 -292 | |
| -29 -41 -28 -41 13 -87 c7 -48 19 -99 26 -114 11 -22 14 -117 14 -490 0 -255 | |
| 3 -541 7 -636 l6 -173 37 -39 c20 -21 47 -41 61 -44 46 -9 229 -14 229 -6 0 5 | |
| 9 11 19 15 11 3 23 16 27 28 3 12 12 29 19 37 17 19 18 77 10 721 -8 600 -16 | |
| 548 81 530 120 -22 411 -30 639 -17 114 6 310 35 348 51 16 7 17 -2 18 -101 5 | |
| -345 18 -589 40 -739 16 -103 55 -254 79 -300 11 -21 20 -45 20 -52 0 -17 46 | |
| -59 99 -91 39 -22 55 -26 120 -25 68 2 76 4 98 29 12 15 23 35 23 46 0 10 4 | |
| 18 8 18 11 0 42 66 42 88 0 10 -12 61 -26 113 -35 130 -62 283 -75 419 -9 106 | |
| -30 1341 -28 1717 1 133 -2 166 -15 185 -11 15 -16 45 -16 94 0 70 -1 73 -35 | |
| 103 -35 30 -38 31 -133 30 -53 0 -106 -4 -118 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment