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="169.000000pt" height="236.000000pt" viewBox="0 0 169.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="M930 2348 c-133 -25 -189 -43 -267 -90 -85 -51 -212 -167 -278 -253 | |
| -21 -27 -46 -57 -55 -66 -30 -26 -104 -149 -154 -254 -91 -191 -114 -267 -166 | |
| -566 -22 -125 1 -400 45 -531 42 -128 115 -256 180 -318 104 -100 139 -127 | |
| 217 -166 47 -24 101 -46 118 -49 18 -3 44 -12 59 -19 144 -74 737 -18 896 83 | |
| 44 29 70 51 59 51 -4 0 1 9 11 20 40 44 35 86 -20 181 -25 42 -53 83 -61 89 | |
| -24 21 -88 23 -130 5 -85 -35 -452 -82 -559 -71 -33 4 -95 18 -137 32 -72 24 | |
| -83 31 -142 96 -126 138 -153 229 -140 475 7 131 7 132 28 121 40 -22 122 -29 | |
| 391 -34 172 -3 295 -1 340 7 107 17 276 59 315 79 45 23 147 130 164 172 7 18 | |
| 17 42 21 53 18 44 24 129 15 195 -5 30 -11 74 -14 97 -3 23 -14 59 -25 80 -10 | |
| 21 -19 42 -19 46 -1 12 -105 156 -148 206 -87 99 -178 191 -189 191 -7 0 -18 | |
| 7 -25 15 -15 18 -114 76 -160 93 -76 29 -125 38 -170 30z m70 -418 c3 -4 35 | |
| -32 72 -62 127 -104 208 -227 208 -316 0 -28 -5 -35 -36 -48 -78 -32 -485 -47 | |
| -534 -19 -15 9 -54 14 -97 15 -39 0 -75 4 -78 10 -25 40 259 386 349 426 31 | |
| 14 106 10 116 -6z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment