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="70.000000pt" height="217.000000pt" viewBox="0 0 70.000000 217.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,217.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M344 2151 c-51 -10 -105 -23 -120 -29 -16 -6 -63 -18 -105 -27 -75 | |
| -15 -76 -16 -98 -60 -24 -48 -22 -75 11 -203 24 -93 142 -116 343 -68 320 76 | |
| 330 84 319 228 -8 94 -21 124 -70 156 -28 18 -47 22 -111 21 -43 -1 -119 -9 | |
| -169 -18z"/> | |
| <path d="M220 1420 c-59 -7 -89 -19 -109 -43 -22 -27 -43 -177 -39 -287 6 | |
| -194 -5 -756 -17 -861 -6 -56 -4 -71 14 -107 12 -23 26 -42 31 -42 6 0 15 -11 | |
| 21 -24 16 -35 77 -60 113 -46 16 6 49 13 74 15 58 6 117 44 125 82 6 26 15 | |
| 178 36 623 8 161 7 206 -10 345 -11 88 -24 191 -29 229 -7 62 -12 73 -42 98 | |
| -35 29 -60 32 -168 18z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment