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="216.000000pt" height="303.000000pt" viewBox="0 0 216.000000 303.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,303.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1720 2996 c-132 -45 -133 -46 -131 -306 0 -14 4 -70 10 -125 19 | |
| -199 6 -700 -20 -715 -7 -5 -17 -6 -21 -4 -4 3 -8 0 -8 -5 0 -8 -73 -11 -225 | |
| -11 -265 0 -424 -16 -682 -67 -101 -20 -186 -33 -190 -30 -3 4 -10 136 -15 | |
| 295 -8 295 -32 628 -48 672 -7 20 -40 180 -40 196 0 15 -49 43 -84 48 -38 6 | |
| -133 -3 -203 -19 -47 -11 -56 -53 -54 -254 0 -103 6 -271 11 -376 6 -104 14 | |
| -519 19 -921 4 -402 12 -737 16 -744 11 -18 8 -245 -4 -284 -11 -35 -20 -81 | |
| -27 -141 -7 -62 19 -101 95 -141 35 -19 70 -39 78 -46 21 -17 100 -14 121 5 | |
| 10 9 24 17 30 17 6 0 16 8 21 19 6 10 24 24 41 31 16 7 30 17 30 22 0 5 6 16 | |
| 14 23 24 24 27 120 14 425 -6 162 -12 398 -13 524 l0 230 90 18 c50 10 99 19 | |
| 109 19 11 0 51 7 90 16 225 49 379 65 618 61 l208 -3 1 -115 c5 -565 5 -585 | |
| 21 -635 9 -27 26 -93 39 -145 22 -95 88 -266 126 -328 11 -18 40 -47 64 -65 | |
| 36 -27 52 -32 99 -32 57 0 79 12 209 112 40 31 34 93 -17 179 -48 82 -103 272 | |
| -122 419 -14 107 -14 673 0 814 11 112 31 668 30 851 0 69 1 141 1 160 0 35 | |
| -68 266 -97 328 -15 32 -64 63 -96 61 -7 0 -56 -15 -108 -33z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment