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="231.000000pt" height="352.000000pt" viewBox="0 0 231.000000 352.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,352.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M190 3506 c-99 -19 -107 -23 -131 -72 -27 -57 -32 -180 -27 -699 4 | |
| -545 3 -676 -10 -845 -17 -242 -25 -837 -13 -1012 18 -243 32 -386 48 -483 9 | |
| -49 17 -105 19 -122 3 -18 19 -63 37 -100 52 -109 140 -154 214 -110 18 10 37 | |
| 15 44 12 19 -13 86 26 105 60 l17 32 84 -38 c46 -22 94 -39 106 -39 13 0 27 | |
| -4 33 -10 17 -17 197 -58 301 -69 104 -11 276 -1 328 19 14 5 42 10 62 11 44 | |
| 2 251 66 273 84 8 7 35 23 60 35 73 37 120 78 218 190 77 90 103 128 161 246 | |
| 72 144 133 312 151 411 37 209 41 253 36 359 -4 94 -10 129 -40 218 -20 58 | |
| -36 110 -36 116 0 37 -116 255 -158 298 -20 21 -51 54 -69 73 -43 46 -133 123 | |
| -163 139 -14 7 -35 22 -47 33 -13 11 -26 17 -29 14 -4 -4 -22 2 -40 14 -32 20 | |
| -52 26 -106 34 -15 2 -40 10 -55 18 -76 39 -337 40 -483 3 -88 -23 -220 -78 | |
| -280 -117 -30 -20 -71 -45 -90 -57 -41 -24 -168 -160 -234 -250 -25 -34 -47 | |
| -62 -48 -62 -2 0 -4 276 -4 613 l-2 612 -31 178 c-17 99 -38 189 -46 200 -8 | |
| 12 -15 28 -15 36 0 19 -30 41 -55 40 -11 -1 -49 -7 -85 -13z m1265 -1560 c103 | |
| -23 174 -63 250 -140 39 -39 85 -96 102 -126 43 -74 83 -190 83 -242 0 -24 4 | |
| -70 10 -102 19 -117 -31 -351 -113 -531 -40 -87 -65 -119 -201 -263 -52 -56 | |
| -136 -94 -266 -123 -175 -38 -286 -28 -525 47 -76 23 -160 67 -232 121 l-33 | |
| 24 0 128 c0 157 20 305 65 481 47 183 67 239 128 350 41 75 71 114 146 188 79 | |
| 78 109 100 190 140 53 26 107 50 121 53 45 12 214 9 275 -5z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment