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="211.000000pt" height="297.000000pt" viewBox="0 0 211.000000 297.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,297.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M947 2961 c-27 -4 -51 -12 -55 -18 -4 -6 -18 -14 -32 -18 -35 -10 | |
| -161 -80 -190 -105 -12 -11 -26 -20 -30 -20 -13 0 -154 -150 -170 -180 -8 -16 | |
| -44 -81 -79 -146 -34 -64 -67 -128 -72 -143 -4 -14 -20 -57 -34 -96 -43 -112 | |
| -84 -245 -89 -284 -3 -20 -16 -85 -30 -146 -13 -60 -27 -137 -30 -170 -3 -33 | |
| -11 -78 -17 -100 -14 -50 -48 -307 -42 -318 2 -4 -3 -83 -11 -175 -9 -92 -19 | |
| -198 -22 -237 -3 -38 -12 -97 -19 -130 -17 -76 -26 -183 -15 -190 4 -3 6 -33 | |
| 5 -67 -4 -73 13 -114 53 -129 15 -6 63 -19 107 -29 78 -18 81 -18 122 0 33 14 | |
| 46 28 63 67 22 50 65 225 81 328 21 144 59 528 59 601 0 19 5 24 25 24 14 0 | |
| 123 18 242 40 256 47 318 55 573 75 206 16 204 17 215 -30 19 -89 77 -462 85 | |
| -550 6 -60 15 -135 20 -165 5 -30 14 -120 21 -198 10 -116 9 -154 -1 -198 -12 | |
| -51 -12 -58 7 -98 16 -31 33 -49 65 -64 23 -12 62 -36 85 -53 52 -40 108 -42 | |
| 136 -7 10 12 25 23 32 24 41 6 75 51 75 100 0 12 7 27 15 34 8 7 12 17 9 22 | |
| -3 5 -7 39 -9 76 -15 342 -51 687 -95 922 -11 58 -31 166 -45 240 -27 150 | |
| -130 587 -177 750 -16 58 -37 116 -47 130 -9 14 -23 45 -30 70 -17 57 -106 | |
| 235 -130 259 -10 10 -32 39 -50 64 -17 26 -48 59 -68 74 -20 16 -43 35 -53 43 | |
| -16 14 -37 27 -112 68 -18 9 -35 20 -38 23 -7 9 -187 39 -224 38 -17 -1 -53 | |
| -5 -79 -8z m188 -432 c74 -44 134 -135 179 -269 15 -47 36 -103 46 -125 22 | |
| -48 68 -189 75 -227 2 -16 8 -44 14 -63 l9 -35 -51 0 c-48 0 -197 -15 -407 | |
| -40 -47 -6 -164 -25 -260 -44 -96 -18 -176 -33 -177 -32 -10 9 68 334 87 361 | |
| 4 6 29 64 56 130 86 212 140 285 253 342 71 36 119 37 176 2z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment