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="214.000000pt" height="323.000000pt" viewBox="0 0 214.000000 323.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,323.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1797 3199 c-20 -18 -37 -39 -37 -47 0 -8 -7 -28 -15 -45 -20 -45 | |
| -64 -312 -80 -495 -2 -21 -8 -71 -14 -112 -14 -103 -35 -699 -27 -785 11 -119 | |
| 36 -453 46 -595 5 -74 14 -183 20 -242 7 -59 10 -113 8 -120 -4 -12 -78 81 | |
| -260 332 -171 237 -301 434 -507 775 -40 66 -97 158 -127 205 -30 47 -75 123 | |
| -100 170 -62 114 -136 237 -201 337 -29 45 -56 95 -59 111 -7 36 -127 162 | |
| -154 162 -18 0 -25 2 -41 11 -22 12 -85 -8 -102 -31 -8 -11 -29 -25 -48 -31 | |
| -40 -13 -87 -61 -96 -98 -3 -13 2 -97 11 -185 10 -89 19 -179 21 -201 23 -265 | |
| 34 -368 65 -625 5 -41 12 -138 14 -215 3 -77 10 -228 14 -335 10 -234 7 -439 | |
| -9 -616 -9 -103 -9 -153 1 -230 18 -149 34 -163 197 -171 85 -5 107 -3 127 11 | |
| 42 27 57 61 67 148 5 46 14 117 19 158 5 41 12 169 15 283 3 115 7 212 9 216 | |
| 3 4 1 63 -4 131 -6 67 -10 164 -10 214 -1 80 -20 336 -35 466 l-5 45 42 -65 | |
| c23 -36 56 -90 72 -121 32 -59 142 -230 331 -517 133 -201 518 -714 577 -769 | |
| 24 -21 87 -88 141 -149 113 -127 112 -126 163 -152 26 -13 46 -17 59 -11 11 4 | |
| 41 8 66 8 62 1 104 32 149 106 l35 60 -1 205 c-1 190 -22 522 -44 685 -6 39 | |
| -12 126 -14 195 -3 69 -10 166 -15 215 -21 184 -32 410 -26 513 4 59 8 163 9 | |
| 232 3 132 24 345 55 557 17 108 25 174 34 263 3 36 -18 93 -44 120 -31 30 -86 | |
| 47 -194 57 -58 5 -62 4 -98 -28z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment