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="172.000000pt" height="320.000000pt" viewBox="0 0 172.000000 320.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,320.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M240 3187 c-13 -7 -34 -27 -46 -45 -19 -28 -23 -50 -28 -199 -4 -93 | |
| -14 -216 -23 -276 -8 -59 -13 -133 -11 -165 3 -31 2 -86 -3 -122 -4 -36 -10 | |
| -166 -13 -290 -8 -311 -15 -439 -32 -625 -9 -88 -20 -250 -25 -360 -13 -269 | |
| -25 -435 -38 -525 -34 -236 -16 -349 69 -420 25 -20 58 -44 74 -52 27 -14 33 | |
| -14 83 8 29 13 53 21 53 19 0 -3 13 1 30 10 27 14 32 14 72 -7 24 -12 50 -27 | |
| 58 -34 24 -20 158 -72 218 -85 79 -16 256 -14 332 3 109 26 314 135 391 208 | |
| 49 47 209 286 209 312 0 10 12 42 26 70 14 28 27 61 29 72 2 12 13 59 25 105 | |
| 12 46 19 94 16 107 -3 12 -2 42 3 67 22 117 -30 552 -91 757 -13 46 -66 157 | |
| -93 195 -31 45 -118 129 -131 127 -6 -1 -19 7 -29 18 -10 11 -26 20 -36 20 | |
| -10 0 -20 4 -23 9 -10 16 -135 34 -236 33 -78 0 -237 -39 -269 -65 -9 -7 -38 | |
| -24 -66 -37 -58 -28 -143 -81 -198 -124 l-38 -29 5 84 c3 46 11 163 17 259 17 | |
| 254 7 862 -15 912 -26 61 -61 78 -158 78 -46 0 -94 -6 -108 -13z m925 -1476 | |
| c66 -38 118 -201 135 -426 26 -357 2 -501 -115 -684 -48 -76 -81 -107 -150 | |
| -146 -175 -97 -296 -83 -499 60 l-96 68 0 48 c0 26 18 128 40 226 22 98 42 | |
| 196 46 217 11 74 46 171 101 286 46 96 68 127 132 194 64 67 90 86 171 124 | |
| 136 65 170 70 235 33z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment