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="279.000000pt" height="331.000000pt" viewBox="0 0 279.000000 331.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,331.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1228 3303 c-10 -2 -18 -9 -18 -14 0 -5 -6 -9 -13 -9 -8 0 -36 -11 | |
| -63 -25 -27 -14 -55 -25 -61 -25 -7 0 -48 -32 -90 -71 -66 -59 -87 -87 -135 | |
| -177 -109 -203 -186 -401 -279 -717 -117 -398 -148 -505 -154 -542 -12 -65 | |
| -35 -157 -49 -188 -8 -16 -21 -66 -31 -110 -14 -69 -38 -167 -122 -515 -8 -36 | |
| -22 -78 -29 -95 -7 -16 -32 -84 -55 -150 -22 -66 -47 -133 -54 -150 -37 -79 | |
| -74 -196 -69 -217 3 -13 5 -38 5 -55 -2 -39 22 -88 49 -103 10 -5 56 -24 102 | |
| -41 l83 -31 53 18 c47 16 54 22 77 70 14 29 25 57 25 62 0 5 9 21 20 35 29 37 | |
| 136 344 145 417 2 16 14 60 25 97 34 108 70 243 70 264 0 11 6 30 14 42 13 21 | |
| 49 167 61 250 3 20 10 37 15 37 6 0 10 -4 10 -10 0 -5 9 -10 20 -10 11 0 45 | |
| -12 77 -26 51 -23 73 -27 178 -29 66 -1 167 -7 225 -14 98 -10 171 -10 440 5 | |
| 188 10 444 49 517 80 31 12 33 12 37 -9 9 -41 36 -302 41 -392 3 -49 9 -130 | |
| 15 -180 28 -253 43 -416 45 -475 3 -86 24 -178 49 -217 29 -44 83 -73 119 -62 | |
| 18 5 43 2 72 -7 40 -14 46 -14 84 6 23 11 41 25 41 30 0 6 9 19 19 29 44 44 | |
| 53 76 42 159 -5 42 -15 120 -21 172 -6 52 -15 120 -20 150 -5 30 -12 110 -15 | |
| 177 -3 67 -8 132 -10 145 -2 13 -6 61 -9 108 -12 158 -65 552 -75 560 -4 3 | |
| -14 43 -23 90 -34 169 -71 318 -115 460 -25 80 -45 153 -45 163 3 66 -296 574 | |
| -426 724 -49 57 -174 167 -190 168 -4 1 -32 17 -62 36 -30 20 -108 54 -173 77 | |
| -114 41 -122 42 -235 41 -64 -1 -125 -3 -134 -6z m267 -426 c56 -23 119 -69 | |
| 212 -155 108 -99 312 -458 354 -622 25 -99 47 -164 74 -225 35 -79 38 -103 16 | |
| -114 -29 -16 -194 -51 -313 -66 -230 -31 -670 -26 -753 8 -18 7 -72 11 -136 | |
| 10 l-107 -1 5 41 c7 53 71 288 84 303 5 6 31 85 58 175 27 90 54 176 60 192 6 | |
| 15 9 27 6 27 -13 0 78 210 142 326 49 88 64 102 138 120 57 14 89 10 160 -19z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment