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="175.000000pt" height="206.000000pt" viewBox="0 0 175.000000 206.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,206.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M940 2050 c-19 -4 -69 -15 -110 -23 -41 -9 -105 -27 -142 -41 -38 | |
| -14 -68 -24 -68 -21 0 2 -49 -27 -110 -65 -70 -44 -110 -64 -110 -55 0 30 -40 | |
| 38 -148 31 -114 -7 -128 -13 -161 -62 -19 -27 -25 -54 -31 -136 -5 -57 -13 | |
| -125 -19 -153 -7 -27 -11 -104 -11 -170 1 -66 -3 -192 -9 -280 -20 -325 -25 | |
| -618 -11 -734 7 -61 17 -114 21 -117 5 -3 9 -15 9 -28 0 -12 4 -26 9 -32 4 -5 | |
| 14 -31 20 -58 13 -52 33 -76 79 -95 23 -10 44 -7 120 13 132 35 169 54 185 95 | |
| 13 31 12 44 -9 125 -20 78 -23 115 -23 251 1 312 38 605 98 795 27 83 39 105 | |
| 100 178 38 46 83 92 100 103 106 64 290 106 391 89 30 -5 86 -12 123 -16 75 | |
| -7 143 -37 193 -85 37 -35 87 -52 117 -39 64 28 162 88 178 110 11 14 22 46 | |
| 25 72 6 41 3 52 -18 80 -14 18 -28 43 -32 55 -13 40 -181 151 -240 158 -20 3 | |
| -71 14 -113 26 -43 11 -96 23 -118 25 -75 10 -250 12 -285 4z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment