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="213.000000pt" height="292.000000pt" viewBox="0 0 213.000000 292.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,292.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M898 2909 c-2 -6 -33 -14 -69 -18 -42 -4 -73 -13 -83 -24 -10 -9 -21 | |
| -17 -26 -17 -5 0 -15 -6 -22 -14 -8 -7 -28 -21 -45 -30 -40 -20 -160 -141 | |
| -169 -169 -4 -12 -20 -42 -36 -65 -39 -57 -114 -217 -145 -312 -14 -41 -32 | |
| -86 -39 -100 -16 -29 -82 -257 -90 -310 -3 -19 -7 -42 -9 -50 -3 -8 -11 -60 | |
| -19 -115 -8 -55 -21 -140 -29 -190 -9 -49 -18 -128 -22 -175 -3 -47 -8 -98 | |
| -10 -115 -9 -75 -16 -154 -30 -345 -9 -113 -22 -243 -30 -290 -16 -92 -16 -92 | |
| -16 -258 0 -148 10 -166 95 -182 34 -6 88 -13 121 -16 54 -4 63 -2 88 20 15 | |
| 14 32 36 37 48 6 13 14 30 19 38 17 28 66 299 76 415 4 44 9 83 11 86 2 4 7 | |
| 63 10 131 4 67 10 131 15 140 5 9 9 30 9 46 l0 28 198 18 c108 9 217 21 242 | |
| 26 25 5 192 12 371 15 l327 7 11 -89 c7 -48 17 -108 22 -133 16 -70 41 -365 | |
| 39 -465 -1 -49 -6 -107 -11 -128 -13 -48 -2 -142 20 -178 42 -69 81 -118 81 | |
| -102 0 4 4 1 10 -7 14 -22 230 -31 230 -9 0 4 6 14 13 21 20 22 47 75 47 92 0 | |
| 9 9 35 21 57 11 23 17 48 14 57 -4 10 -6 72 -6 140 1 68 -3 140 -8 160 -5 20 | |
| -12 87 -15 147 -8 131 -13 178 -32 310 -9 55 -17 119 -20 142 -2 24 -15 94 | |
| -30 155 -14 62 -26 120 -26 128 0 21 -69 292 -79 311 -5 9 -31 91 -58 183 -57 | |
| 190 -116 336 -165 410 -18 28 -43 69 -55 91 -34 62 -63 109 -93 148 -16 20 | |
| -28 39 -28 44 0 14 -165 162 -182 163 -9 0 -20 5 -24 11 -11 19 -189 99 -220 | |
| 99 -16 1 -56 7 -89 15 -73 18 -92 18 -97 4z m113 -431 c71 -23 133 -62 178 | |
| -110 51 -55 174 -286 229 -433 75 -194 132 -384 119 -392 -5 -3 -130 -10 -276 | |
| -14 -307 -9 -452 -18 -466 -29 -5 -4 -55 -13 -110 -19 -55 -6 -113 -14 -129 | |
| -18 -24 -5 -27 -3 -23 13 3 11 8 39 12 64 3 25 14 90 24 145 10 55 19 113 20 | |
| 129 3 84 111 388 182 511 55 98 123 175 153 175 12 0 51 -10 87 -22z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment