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="50.000000pt" height="303.000000pt" viewBox="0 0 50.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="M240 3010 c-126 -24 -144 -32 -163 -72 -18 -39 -22 -210 -6 -299 11 | |
| -65 15 -603 5 -764 -8 -129 -12 -187 -26 -355 -6 -69 -12 -161 -14 -205 -3 | |
| -44 -10 -134 -17 -200 -12 -116 -18 -637 -10 -820 3 -71 10 -105 34 -160 16 | |
| -38 34 -76 40 -83 19 -24 79 -42 155 -48 66 -5 79 -3 132 22 52 24 61 34 85 | |
| 84 22 46 26 66 22 106 -7 69 -16 92 -37 99 -15 5 -19 23 -25 123 -12 182 11 | |
| 684 51 1109 13 150 32 908 26 1070 -3 86 -38 283 -52 297 -6 6 -10 20 -10 32 | |
| 0 16 -14 32 -46 53 -25 17 -46 31 -47 30 -1 -1 -45 -9 -97 -19z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment