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="197.000000pt" height="322.000000pt" viewBox="0 0 197.000000 322.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,322.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M224 3205 c-95 -14 -99 -16 -121 -58 -14 -28 -16 -89 -18 -547 -1 | |
| -320 -6 -541 -13 -585 -11 -72 -21 -226 -28 -445 -2 -69 -8 -168 -13 -220 -26 | |
| -277 -29 -757 -6 -910 16 -105 43 -191 77 -242 11 -15 23 -40 29 -55 15 -42 | |
| 120 -108 199 -126 103 -23 114 -21 325 48 72 23 184 59 250 80 66 20 140 46 | |
| 164 57 53 24 405 59 461 46 19 -5 89 -5 154 -2 119 7 170 22 227 66 26 21 46 | |
| 70 45 111 -1 21 2 41 6 43 18 12 6 57 -24 90 -18 19 -45 48 -59 64 l-26 28 | |
| -229 3 c-126 1 -240 2 -254 2 -126 1 -308 -26 -390 -58 -19 -7 -100 -34 -180 | |
| -59 -80 -25 -194 -61 -255 -80 -60 -19 -112 -32 -115 -30 -3 3 -7 110 -8 237 | |
| -3 211 11 568 38 932 5 72 12 220 15 330 4 110 10 239 16 286 5 48 9 205 10 | |
| 350 1 238 -1 279 -24 419 -18 106 -30 158 -41 166 -9 6 -16 18 -16 25 0 20 | |
| -52 49 -87 48 -15 -1 -65 -7 -109 -14z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment