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="66.000000pt" height="351.000000pt" viewBox="0 0 66.000000 351.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,351.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M235 3469 c-27 -23 -71 -63 -97 -88 -42 -40 -48 -50 -48 -87 0 -36 8 | |
| -52 48 -101 26 -32 54 -71 62 -88 8 -16 24 -41 36 -55 30 -34 38 -164 19 -291 | |
| -8 -52 -15 -120 -15 -152 0 -32 -6 -70 -14 -85 -12 -24 -35 -126 -49 -217 -5 | |
| -30 -33 -150 -62 -260 -8 -33 -18 -96 -21 -140 -2 -44 -11 -103 -19 -132 -9 | |
| -29 -27 -143 -41 -255 -23 -178 -26 -244 -27 -538 -1 -192 4 -412 11 -515 7 | |
| -99 14 -209 17 -244 3 -52 9 -72 36 -110 43 -59 47 -64 89 -83 42 -20 157 -26 | |
| 185 -11 35 19 92 77 109 110 29 57 25 125 -9 159 -25 25 -26 30 -38 257 -14 | |
| 280 -14 530 1 652 7 50 14 142 17 205 3 63 10 131 15 150 9 37 26 150 36 240 | |
| 6 59 21 136 54 270 11 47 24 110 29 140 5 30 22 116 39 190 45 198 55 292 58 | |
| 525 2 206 2 211 -23 265 -28 61 -206 280 -227 280 -8 0 -20 9 -28 21 -9 14 | |
| -27 23 -53 25 -35 4 -46 0 -90 -37z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment