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="258.000000pt" viewBox="0 0 86.000000 258.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,258.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M131 2526 c-91 -58 -106 -78 -122 -161 -10 -54 -9 -56 30 -124 53 | |
| -90 79 -100 150 -59 l39 22 93 -33 c146 -52 237 -66 334 -50 94 14 147 45 175 | |
| 99 34 66 28 114 -20 175 -4 6 -13 29 -20 52 -18 61 -60 81 -135 66 -50 -11 | |
| -68 -10 -158 12 -56 14 -120 31 -142 39 -22 9 -62 15 -90 15 -43 0 -62 -8 | |
| -134 -53z"/> | |
| <path d="M231 1955 c-69 -15 -85 -29 -101 -88 -10 -34 -14 -297 -8 -467 5 | |
| -143 -12 -663 -27 -781 -24 -206 -30 -367 -15 -444 11 -60 18 -74 57 -112 59 | |
| -56 105 -71 158 -48 22 9 61 23 87 31 84 26 124 94 91 153 -16 26 -16 41 -4 | |
| 157 7 71 17 170 22 219 12 125 18 283 25 685 7 364 -2 483 -42 608 -27 82 -51 | |
| 102 -121 101 -32 0 -87 -7 -122 -14z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment