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="185.000000pt" height="226.000000pt" viewBox="0 0 185.000000 226.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,226.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M831 2249 c-13 -5 -53 -9 -90 -8 -69 1 -228 -38 -260 -64 -9 -7 -38 | |
| -24 -66 -37 -46 -22 -115 -78 -115 -93 0 -4 -20 -33 -44 -64 -24 -32 -54 -87 | |
| -67 -123 -13 -36 -26 -67 -30 -70 -4 -3 -10 -22 -14 -43 -6 -30 -12 -37 -30 | |
| -37 -40 0 -82 -20 -96 -47 -11 -22 -13 -103 -11 -452 2 -234 5 -498 8 -586 2 | |
| -88 4 -185 4 -215 -1 -46 13 -191 23 -253 4 -24 47 -93 79 -128 27 -28 29 -29 | |
| 132 -29 103 0 106 1 136 30 16 16 30 37 30 46 0 9 9 33 19 53 23 42 42 175 43 | |
| 287 4 789 7 847 45 1134 8 63 16 122 17 130 3 28 34 75 78 117 l43 43 119 10 | |
| c65 6 121 12 125 14 11 7 250 -32 303 -49 111 -37 171 -74 250 -158 l77 -81 | |
| 78 2 c88 3 146 18 167 41 8 9 25 43 39 77 l24 60 -28 57 c-16 31 -31 64 -32 | |
| 74 -5 28 -41 83 -53 83 -7 0 -35 21 -63 46 -28 25 -57 47 -63 48 -7 2 -51 22 | |
| -98 45 -75 37 -135 57 -335 116 -109 32 -292 45 -344 24z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment