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="195.000000pt" height="312.000000pt" viewBox="0 0 195.000000 312.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1000 3112 c-24 -2 -49 -7 -55 -12 -5 -4 -25 -11 -44 -15 -19 -4 -46 | |
| -20 -61 -35 -15 -15 -36 -31 -47 -34 -23 -7 -150 -169 -181 -231 -96 -190 | |
| -127 -337 -139 -657 l-5 -148 -87 6 c-47 4 -115 10 -151 14 -53 6 -68 5 -84 | |
| -9 -10 -9 -20 -15 -22 -13 -13 8 -58 -15 -82 -43 -24 -27 -30 -45 -36 -105 -6 | |
| -66 -4 -75 15 -96 12 -12 39 -26 62 -29 22 -4 49 -16 61 -26 35 -33 98 -57 | |
| 194 -73 50 -9 105 -16 120 -16 l28 0 18 -182 c10 -101 20 -232 22 -292 2 -60 | |
| 6 -116 9 -125 23 -58 28 -691 6 -808 -12 -69 -12 -75 8 -107 12 -19 27 -36 34 | |
| -39 35 -13 218 -39 239 -34 95 24 123 130 133 512 4 152 2 264 -6 330 -6 55 | |
| -13 147 -15 205 -2 58 -9 155 -15 215 -6 61 -13 146 -15 190 -2 44 -6 94 -8 | |
| 112 -4 31 -3 32 37 37 23 3 91 8 150 10 l109 6 34 36 c45 45 50 60 59 166 l7 | |
| 88 -39 39 c-37 38 -39 39 -133 46 -52 3 -130 6 -172 6 -73 -1 -78 0 -78 20 0 | |
| 109 25 378 41 443 31 124 89 224 143 250 32 15 38 14 161 -24 71 -22 133 -44 | |
| 139 -49 17 -14 157 -53 205 -58 25 -2 72 -16 105 -30 84 -37 153 -35 181 3 11 | |
| 16 32 39 47 54 30 29 55 84 52 118 -1 12 -2 31 -3 42 -1 18 -29 54 -84 110 | |
| -10 10 -39 25 -65 35 -26 9 -54 20 -62 24 -19 10 -183 58 -225 65 -38 7 -220 | |
| 66 -300 97 -25 9 -144 16 -205 11z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment