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="86.000000pt" height="252.000000pt" viewBox="0 0 86.000000 252.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M620 2510 c-25 -4 -87 -5 -138 -2 -51 3 -154 -1 -230 -8 -135 -13 | |
| -138 -14 -171 -47 l-34 -34 7 -82 c9 -117 23 -160 61 -185 17 -12 39 -22 49 | |
| -22 9 0 27 -5 39 -12 31 -16 321 -12 476 7 72 9 139 44 163 85 12 22 12 38 -3 | |
| 127 -23 142 -25 146 -58 166 -30 18 -82 20 -161 7z"/> | |
| <path d="M123 1848 c-54 -58 -67 -144 -88 -613 -3 -71 -10 -166 -15 -210 -16 | |
| -136 -20 -699 -6 -795 18 -124 51 -178 127 -206 105 -38 218 -21 238 37 5 16 | |
| 14 29 19 29 11 0 33 45 39 80 12 62 9 96 -11 125 -19 27 -22 51 -28 240 -4 | |
| 116 -5 216 -2 224 2 8 9 78 14 155 5 78 14 190 20 249 13 138 19 616 8 642 -5 | |
| 11 -24 30 -43 43 -31 19 -48 22 -143 22 -100 0 -110 -2 -129 -22z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment