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="210.000000pt" height="236.000000pt" viewBox="0 0 210.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="M710 2338 c-30 -11 -59 -24 -64 -29 -6 -5 -16 -9 -24 -9 -8 0 -31 | |
| -13 -52 -30 -21 -16 -43 -30 -50 -30 -16 0 -122 -115 -188 -203 -100 -134 | |
| -209 -368 -247 -527 -9 -41 -26 -104 -36 -140 -21 -71 -41 -270 -45 -445 -2 | |
| -106 13 -243 36 -315 5 -19 13 -48 16 -64 2 -16 9 -37 14 -47 6 -10 10 -25 10 | |
| -34 0 -8 19 -54 41 -100 30 -62 62 -106 113 -160 85 -89 160 -136 280 -176 80 | |
| -26 102 -29 221 -29 120 0 142 3 246 34 63 18 142 47 176 65 35 17 65 31 68 | |
| 31 12 -1 78 38 200 118 102 67 157 112 255 211 69 69 144 153 165 186 21 33 | |
| 45 66 52 73 7 7 13 17 13 22 0 5 6 15 13 22 7 7 28 45 46 83 18 39 40 78 49 | |
| 89 16 16 35 87 63 221 6 28 10 112 10 188 -2 237 -60 404 -216 615 -43 58 | |
| -123 131 -190 174 -64 41 -135 74 -135 62 0 -2 -18 5 -40 16 -48 25 -227 44 | |
| -312 35 -37 -5 -58 -3 -58 3 0 15 -65 51 -145 80 -96 35 -210 39 -285 10z | |
| m219 -392 c15 -30 50 -66 136 -141 22 -19 64 -58 94 -85 30 -28 60 -50 67 -50 | |
| 14 0 68 29 127 68 29 19 38 32 37 51 -5 65 -5 65 58 29 66 -38 113 -86 165 | |
| -173 73 -122 94 -250 70 -422 -32 -217 -222 -463 -528 -685 -163 -118 -393 | |
| -179 -524 -140 -67 21 -139 99 -174 191 -26 67 -56 236 -57 317 -1 76 19 276 | |
| 34 339 9 39 23 106 31 151 27 157 135 370 245 483 105 109 184 133 219 67z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment