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="202.000000pt" height="324.000000pt" viewBox="0 0 202.000000 324.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,324.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1006 3229 c-11 -7 -37 -9 -63 -5 -68 9 -295 -28 -418 -69 -22 -7 | |
| -66 -21 -97 -29 -32 -9 -58 -20 -58 -24 0 -11 -61 -32 -92 -32 -34 0 -86 -27 | |
| -99 -52 -6 -11 -27 -26 -47 -35 -86 -35 -104 -47 -116 -77 -9 -21 -10 -42 -4 | |
| -66 9 -33 21 -166 20 -220 0 -39 18 -186 34 -280 19 -105 43 -362 37 -394 -5 | |
| -24 7 -187 33 -441 8 -77 18 -340 24 -585 10 -500 19 -604 57 -645 34 -36 56 | |
| -43 151 -43 58 0 89 -5 100 -15 71 -61 317 -172 417 -188 33 -5 84 -13 114 | |
| -18 77 -11 375 -6 441 9 63 14 224 67 254 84 63 34 186 146 186 168 0 6 12 27 | |
| 27 46 15 20 27 45 28 56 1 12 15 62 30 111 16 50 29 105 31 124 1 18 5 52 9 | |
| 76 18 122 -3 421 -34 483 -23 47 -56 110 -70 137 -22 42 -123 175 -133 175 -4 | |
| 0 -27 19 -50 43 -24 23 -72 58 -108 76 -36 19 -76 41 -90 51 -14 10 -73 41 | |
| -132 70 -60 29 -108 57 -108 61 0 4 18 14 41 23 45 18 206 112 227 133 8 7 21 | |
| 17 30 22 34 18 156 138 214 210 93 116 156 250 165 351 3 36 9 70 13 75 9 13 | |
| 4 99 -9 145 -5 19 -16 56 -23 83 -7 26 -16 47 -20 47 -11 0 -58 52 -74 83 -8 | |
| 15 -20 27 -28 27 -7 0 -21 9 -31 20 -10 11 -22 20 -27 20 -5 0 -24 11 -42 25 | |
| -18 14 -36 25 -40 25 -5 0 -21 9 -37 21 -16 11 -35 22 -42 23 -7 1 -34 13 -62 | |
| 25 -82 39 -252 79 -355 85 -52 4 -108 8 -125 11 -16 3 -38 0 -49 -6z m168 | |
| -419 c60 -11 121 -20 135 -20 14 0 69 -21 121 -48 72 -36 100 -55 114 -80 18 | |
| -32 18 -36 1 -98 -21 -78 -53 -125 -159 -229 -82 -81 -197 -157 -292 -194 | |
| -148 -58 -250 -91 -276 -91 -35 0 -170 -81 -192 -115 -8 -13 -15 -50 -16 -86 | |
| -3 -135 -5 -128 62 -192 53 -51 94 -75 302 -177 242 -120 420 -220 494 -280 | |
| 22 -18 53 -57 70 -88 27 -53 36 -85 61 -217 23 -119 -29 -362 -88 -413 -14 | |
| -12 -63 -34 -109 -49 -81 -25 -89 -26 -255 -20 -95 4 -186 9 -204 12 -73 11 | |
| -293 132 -293 161 0 7 -15 18 -34 25 l-33 12 -9 126 c-5 69 -8 164 -6 211 3 | |
| 120 -16 469 -38 705 -11 110 -22 274 -25 365 -9 258 -19 361 -45 465 -10 39 | |
| -15 84 -13 101 3 17 -2 48 -11 68 -20 48 -20 62 -1 70 59 22 303 70 415 81 | |
| 187 17 201 17 324 -5z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment