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="174.000000pt" height="241.000000pt" viewBox="0 0 174.000000 241.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,241.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M923 2388 c-21 -9 -44 -17 -51 -17 -31 -2 -222 -144 -287 -213 -133 | |
| -141 -284 -365 -355 -528 -18 -41 -39 -84 -46 -95 -7 -11 -27 -56 -45 -100 | |
| -17 -44 -35 -85 -40 -91 -14 -17 -65 -247 -84 -374 -16 -108 -16 -172 -2 -320 | |
| 10 -101 64 -258 122 -349 39 -64 184 -201 210 -201 8 0 15 -4 15 -8 0 -19 109 | |
| -61 185 -71 171 -25 409 -16 498 18 15 6 38 10 50 9 58 -3 380 74 403 97 7 6 | |
| 37 17 68 25 31 7 56 17 56 21 0 5 17 17 38 28 85 43 96 116 35 230 -30 57 -48 | |
| 79 -76 94 -43 22 -68 18 -292 -43 -77 -21 -210 -50 -295 -64 -85 -14 -186 -31 | |
| -225 -38 -101 -18 -166 -13 -222 16 -98 51 -135 104 -158 235 -32 171 -4 482 | |
| 49 566 7 11 23 46 35 79 12 32 46 108 75 170 133 277 383 556 496 556 33 0 44 | |
| -7 80 -47 23 -27 73 -91 110 -143 37 -52 78 -100 91 -107 13 -7 41 -20 62 -29 | |
| 20 -9 37 -20 37 -24 0 -20 36 -17 84 7 50 24 56 31 70 77 24 78 25 108 4 141 | |
| -10 16 -18 37 -18 47 0 17 -66 128 -112 188 -14 19 -38 58 -54 85 -15 28 -39 | |
| 60 -53 73 -32 28 -99 72 -110 72 -4 0 -18 9 -30 19 -37 33 -252 39 -318 9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment