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="237.000000pt" height="326.000000pt" viewBox="0 0 237.000000 326.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,326.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1110 3250 c-52 -8 -170 -60 -217 -96 -17 -13 -36 -24 -41 -24 -13 0 | |
| -202 -188 -202 -201 0 -6 -22 -37 -49 -68 -47 -54 -146 -195 -205 -289 -52 | |
| -85 -176 -336 -191 -387 -7 -27 -24 -86 -36 -130 -12 -44 -26 -87 -30 -95 -14 | |
| -26 -47 -163 -54 -225 -4 -33 -13 -69 -20 -81 -7 -12 -18 -54 -24 -95 -6 -41 | |
| -16 -103 -21 -139 -15 -90 -22 -528 -10 -612 10 -67 15 -89 61 -238 25 -79 90 | |
| -219 121 -261 49 -66 163 -175 217 -207 97 -58 155 -77 273 -88 35 -3 69 -7 | |
| 76 -9 7 -3 25 1 40 9 15 7 63 16 107 18 86 6 239 49 327 94 29 14 68 32 87 39 | |
| 20 7 80 40 133 73 254 159 491 378 628 582 31 47 65 100 76 118 10 17 21 32 | |
| 25 32 4 0 13 15 20 33 7 17 21 39 30 47 9 8 31 58 48 111 33 101 34 102 56 | |
| 217 8 41 17 77 20 82 11 18 14 281 5 417 -23 313 -75 522 -205 818 -7 17 -15 | |
| 35 -17 40 -1 6 -28 53 -58 105 -41 70 -80 120 -150 190 -89 88 -104 99 -205 | |
| 144 -110 50 -110 50 -227 52 -64 1 -131 6 -150 12 -45 14 -183 21 -238 12z | |
| m-22 -490 c9 -15 23 -20 58 -20 25 0 57 -6 72 -14 31 -15 49 -14 92 8 26 13 | |
| 32 13 36 1 3 -8 14 -17 24 -20 10 -3 30 -16 45 -29 15 -13 43 -28 63 -34 35 | |
| -11 40 -9 104 33 37 25 72 45 77 45 29 0 195 -321 205 -399 2 -14 18 -82 35 | |
| -151 41 -161 60 -444 42 -610 -25 -223 -56 -309 -175 -493 -125 -190 -417 | |
| -452 -616 -549 -150 -74 -254 -102 -385 -102 -105 -1 -112 0 -157 28 -76 49 | |
| -173 228 -183 340 -3 28 -8 135 -11 237 -7 197 -6 199 52 534 37 208 139 537 | |
| 215 687 48 96 157 266 223 348 67 83 156 180 165 180 3 0 12 -9 19 -20z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment