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="229.000000pt" height="327.000000pt" viewBox="0 0 229.000000 327.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2004 3259 c-17 -5 -42 -21 -55 -36 -41 -46 -87 -156 -104 -250 -9 | |
| -48 -21 -106 -26 -128 -17 -72 -39 -234 -33 -249 3 -8 1 -39 -5 -68 -6 -29 | |
| -15 -116 -21 -193 -5 -77 -17 -205 -25 -285 -8 -80 -22 -257 -30 -395 -8 -137 | |
| -20 -313 -25 -390 -21 -299 -29 -442 -30 -485 0 -41 -1 -43 -14 -25 -27 40 | |
| -319 570 -378 689 -98 196 -457 847 -527 956 -47 73 -160 271 -166 291 -9 26 | |
| -31 48 -76 76 -52 33 -99 35 -194 10 -27 -8 -82 -42 -101 -63 -28 -31 -35 | |
| -123 -34 -444 1 -135 -4 -290 -9 -345 -11 -102 -30 -467 -37 -700 -2 -71 -12 | |
| -220 -23 -330 -12 -110 -23 -234 -26 -276 -2 -42 -12 -94 -22 -115 -9 -21 -20 | |
| -73 -24 -114 -5 -41 -11 -102 -15 -135 -10 -95 10 -126 126 -197 143 -88 179 | |
| -81 256 50 52 87 62 123 69 248 1 23 5 46 8 50 3 5 5 47 5 94 1 47 5 108 11 | |
| 135 5 28 14 129 21 225 6 96 16 211 22 255 6 44 12 161 14 260 2 99 6 227 8 | |
| 285 3 58 5 137 6 175 l0 70 26 -45 c14 -25 53 -97 87 -160 33 -63 74 -137 90 | |
| -165 17 -27 83 -151 147 -275 315 -607 506 -921 674 -1107 93 -103 214 -132 | |
| 316 -77 101 55 134 141 150 400 6 98 15 215 20 259 8 67 24 347 28 490 0 22 8 | |
| 110 16 195 9 85 20 227 26 315 5 88 14 204 20 258 5 54 12 157 15 230 3 73 10 | |
| 143 14 157 5 14 14 86 21 160 12 138 60 434 79 483 18 46 13 82 -16 120 -16 | |
| 20 -32 36 -37 37 -5 0 -34 20 -64 45 -57 48 -89 54 -158 34z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment