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="49.000000pt" height="314.000000pt" viewBox="0 0 49.000000 314.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,314.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M202 3122 c-54 -54 -62 -85 -83 -342 -19 -234 -41 -634 -44 -785 -5 | |
| -283 -16 -569 -26 -684 -6 -64 -13 -170 -15 -236 -2 -66 -8 -190 -14 -275 -13 | |
| -194 -16 -550 -6 -610 7 -43 47 -100 109 -159 28 -26 108 -40 129 -24 7 6 25 | |
| 13 39 17 32 7 109 69 125 100 23 42 27 120 9 162 -21 49 -33 279 -17 321 6 15 | |
| 13 102 16 193 3 91 12 271 20 400 8 129 18 359 21 510 3 151 10 416 16 587 6 | |
| 172 7 318 3 324 -4 7 -8 102 -10 213 -2 213 -7 239 -55 282 -17 15 -40 20 | |
| -109 22 -78 4 -90 2 -108 -16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment