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="177.000000pt" height="244.000000pt" viewBox="0 0 177.000000 244.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,244.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1015 2420 c-49 -9 -115 -25 -145 -34 -93 -30 -281 -107 -319 -132 | |
| -73 -48 -143 -100 -179 -131 -20 -18 -41 -33 -45 -33 -4 0 -14 -16 -22 -34 -8 | |
| -19 -21 -39 -28 -43 -8 -4 -31 -32 -51 -60 -33 -46 -42 -53 -71 -53 -52 0 -72 | |
| -33 -80 -133 -3 -45 -15 -109 -25 -142 -46 -151 -56 -360 -31 -625 8 -80 14 | |
| -164 13 -187 -1 -23 11 -120 27 -215 16 -95 32 -220 36 -277 12 -187 26 -243 | |
| 75 -291 26 -26 38 -30 83 -30 29 0 90 7 137 16 118 23 132 39 125 147 -3 45 | |
| -10 113 -16 151 -24 170 -34 343 -42 721 -3 105 -9 210 -16 235 -6 25 -11 88 | |
| -11 141 0 83 4 106 29 166 45 110 144 240 229 301 72 52 207 111 307 134 67 | |
| 15 128 21 240 22 l151 1 76 -37 c42 -21 87 -38 101 -38 30 0 77 19 77 32 0 4 | |
| 6 8 13 8 18 0 117 179 117 211 0 33 -24 65 -63 85 -18 9 -34 20 -37 24 -13 16 | |
| -119 68 -154 75 -21 3 -48 13 -60 20 -35 22 -330 26 -441 5z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment