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="176.000000pt" height="236.000000pt" viewBox="0 0 176.000000 236.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,236.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M757 2349 c-10 -6 -37 -9 -60 -6 -50 6 -223 -45 -248 -73 -8 -10 -28 | |
| -24 -45 -33 -16 -8 -43 -28 -60 -43 -18 -16 -62 -56 -98 -88 -37 -32 -76 -77 | |
| -88 -100 -11 -23 -34 -57 -49 -77 -16 -20 -29 -44 -29 -53 0 -9 -10 -38 -23 | |
| -64 -13 -26 -23 -54 -22 -62 1 -8 -2 -19 -6 -25 -3 -5 -12 -47 -19 -93 -14 | |
| -90 -8 -435 10 -609 6 -51 14 -136 20 -187 6 -64 6 -172 -1 -328 -12 -277 -6 | |
| -390 24 -433 12 -16 24 -31 28 -33 4 -2 17 -12 29 -22 17 -15 32 -18 68 -14 | |
| 54 6 63 6 118 -2 38 -5 45 -3 78 30 50 51 62 79 73 171 13 107 6 421 -12 570 | |
| -8 66 -17 167 -20 225 -3 58 -10 151 -17 208 -21 190 4 462 47 529 55 84 113 | |
| 141 182 178 64 34 83 39 157 43 115 6 142 -1 229 -57 68 -44 79 -57 125 -137 | |
| 68 -120 108 -207 126 -279 55 -219 68 -285 78 -410 20 -222 16 -295 -27 -553 | |
| -16 -91 -12 -111 31 -167 30 -40 77 -56 224 -79 28 -4 80 22 80 40 0 7 6 19 | |
| 14 26 7 8 17 30 21 49 4 19 12 37 17 40 5 3 17 57 27 120 23 151 21 562 -3 | |
| 690 -24 124 -55 251 -88 364 -29 101 -130 317 -191 410 -37 56 -129 155 -145 | |
| 155 -6 0 -12 4 -14 8 -4 10 -152 112 -162 112 -4 0 -31 11 -59 24 -78 36 -281 | |
| 58 -320 35z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment