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="310.000000pt" viewBox="0 0 214.000000 310.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,310.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1670 3091 c-14 -5 -106 -11 -205 -15 -289 -11 -671 -46 -780 -71 | |
| -160 -37 -311 -44 -363 -16 -16 8 -37 7 -91 -4 -156 -33 -158 -34 -175 -76 | |
| -11 -26 -14 -53 -10 -79 5 -28 3 -40 -5 -40 -16 0 -41 -62 -41 -103 0 -23 10 | |
| -47 29 -70 24 -31 28 -45 29 -101 0 -36 3 -70 6 -75 10 -16 7 -626 -3 -698 | |
| -36 -248 -60 -1088 -39 -1357 l7 -89 55 -56 c42 -42 56 -64 56 -85 0 -49 34 | |
| -90 105 -126 62 -32 68 -33 142 -26 43 4 137 18 208 31 119 21 192 36 377 79 | |
| 36 8 93 18 125 21 32 3 85 10 118 16 61 11 328 48 535 75 233 29 269 38 296 | |
| 70 14 16 33 47 43 69 10 22 25 46 34 53 27 23 15 73 -34 137 -59 76 -84 98 | |
| -115 103 -14 1 -89 -6 -167 -17 -78 -11 -185 -25 -237 -31 -52 -6 -124 -17 | |
| -160 -25 -36 -7 -112 -18 -170 -25 -230 -25 -605 -93 -689 -124 -24 -9 -45 | |
| -15 -48 -13 -4 4 -8 22 -19 87 -7 38 -29 79 -52 96 -13 9 -14 50 -8 295 7 283 | |
| 19 527 32 653 6 57 9 66 23 60 25 -12 423 -14 547 -4 98 9 120 8 190 -10 103 | |
| -27 164 -17 179 29 3 11 16 21 28 23 26 3 67 80 74 139 6 44 -23 115 -49 124 | |
| -10 4 -25 16 -35 28 -10 13 -53 35 -96 51 -74 27 -82 28 -200 22 -67 -4 -214 | |
| -11 -327 -15 -113 -5 -228 -13 -257 -18 l-51 -9 -6 40 c-2 23 -1 111 3 196 4 | |
| 85 6 184 3 220 -2 36 -4 81 -5 100 l-2 34 115 17 c63 10 153 23 200 29 47 7 | |
| 101 16 121 21 20 5 68 9 105 10 38 0 116 4 174 9 58 5 125 10 150 11 25 0 107 | |
| 5 183 11 100 7 166 7 238 -2 96 -11 102 -10 147 11 52 26 133 108 144 147 10 | |
| 35 -1 105 -18 118 -8 6 -14 28 -14 49 0 29 -7 43 -27 61 -16 13 -36 24 -45 24 | |
| -10 0 -18 5 -18 10 0 12 -222 12 -260 1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment