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="235.000000pt" height="290.000000pt" viewBox="0 0 235.000000 290.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,290.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1116 2892 c-3 -3 -22 -5 -42 -4 -20 1 -49 -5 -65 -13 -15 -8 -37 | |
| -15 -48 -15 -36 0 -138 -78 -250 -190 -104 -106 -134 -145 -298 -400 -33 -52 | |
| -171 -319 -226 -440 -14 -30 -36 -91 -48 -135 -12 -44 -29 -105 -39 -135 -19 | |
| -57 -37 -137 -64 -275 -17 -85 -37 -331 -31 -362 3 -10 6 -54 9 -98 5 -91 30 | |
| -208 52 -239 8 -11 14 -27 14 -34 0 -22 60 -154 91 -199 16 -23 29 -48 29 -56 | |
| 0 -8 33 -46 73 -85 167 -164 408 -235 652 -192 126 21 230 57 374 128 103 51 | |
| 277 158 324 200 9 8 26 20 36 26 80 46 289 261 385 396 30 41 63 84 74 96 11 | |
| 12 30 41 42 65 13 24 31 56 42 71 26 38 119 282 131 343 5 28 10 68 11 90 3 | |
| 40 -10 207 -17 235 -2 8 -7 33 -11 55 -20 111 -63 217 -126 310 -15 22 -37 58 | |
| -48 80 -34 66 -248 277 -362 357 -82 58 -188 118 -262 148 -32 13 -58 30 -58 | |
| 37 0 38 -118 181 -174 209 -39 21 -158 39 -170 26z m-60 -460 c-3 -5 4 -22 15 | |
| -38 10 -16 29 -44 40 -62 30 -45 52 -55 144 -59 76 -3 86 -7 184 -61 89 -49 | |
| 122 -75 231 -182 95 -94 139 -146 178 -212 29 -48 52 -97 52 -110 0 -13 5 -39 | |
| 10 -58 38 -132 32 -229 -23 -366 -59 -146 -265 -419 -388 -514 -24 -19 -71 | |
| -57 -104 -86 -69 -59 -248 -172 -321 -202 -95 -39 -237 -72 -309 -72 -120 0 | |
| -214 65 -278 193 -50 97 -78 353 -58 517 21 170 87 436 141 568 73 179 188 | |
| 388 308 557 64 89 158 195 175 195 4 0 6 -4 3 -8z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment