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="242.000000pt" height="342.000000pt" viewBox="0 0 242.000000 342.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,342.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1270 3409 c-120 -9 -174 -20 -280 -59 -47 -17 -105 -39 -130 -47 | |
| -25 -9 -54 -23 -65 -32 -11 -10 -59 -43 -106 -74 -124 -82 -249 -203 -321 | |
| -311 -33 -50 -68 -100 -78 -111 -44 -51 -180 -338 -180 -381 0 -12 -13 -55 | |
| -29 -95 -57 -143 -76 -293 -75 -599 0 -156 3 -201 16 -225 8 -16 18 -52 21 | |
| -80 8 -65 65 -266 82 -285 7 -8 16 -26 20 -40 4 -14 11 -30 16 -36 5 -6 37 | |
| -66 71 -134 92 -179 90 -176 203 -336 175 -249 339 -412 485 -479 19 -9 37 | |
| -20 40 -25 3 -5 56 -20 117 -34 110 -25 218 -32 228 -16 3 5 40 16 82 26 43 9 | |
| 84 24 92 32 8 8 35 23 59 33 47 21 146 86 221 148 106 87 281 279 287 315 1 6 | |
| 23 49 50 96 56 101 136 269 154 325 7 22 17 42 21 46 12 7 67 222 80 310 16 | |
| 113 16 158 3 239 -14 84 -22 109 -41 128 -7 7 -13 19 -13 26 0 28 -51 104 -74 | |
| 110 -12 3 -42 20 -67 38 l-44 33 -210 4 c-115 2 -214 6 -219 9 -20 12 -206 31 | |
| -308 32 l-106 0 -41 -42 -41 -43 0 -105 c0 -103 1 -106 31 -137 16 -18 38 -33 | |
| 48 -33 10 0 28 -9 41 -20 14 -12 37 -20 59 -20 20 0 68 -7 106 -15 53 -11 357 | |
| -33 468 -35 14 0 7 -89 -13 -177 -50 -215 -108 -352 -227 -539 -51 -80 -85 | |
| -118 -166 -190 -160 -142 -236 -183 -339 -184 -60 0 -144 37 -189 83 -63 65 | |
| -220 255 -271 327 -46 65 -59 87 -125 208 -37 65 -123 277 -123 300 0 8 -6 28 | |
| -14 45 -31 71 -46 138 -55 247 -8 102 -1 267 14 340 2 14 7 52 11 85 7 77 36 | |
| 184 68 258 14 32 26 65 26 74 0 42 161 279 257 378 88 92 190 155 324 200 108 | |
| 37 121 39 234 39 94 0 143 -6 230 -27 61 -14 123 -28 139 -31 47 -8 160 -48 | |
| 176 -62 25 -21 172 -80 220 -88 25 -4 56 -9 69 -11 22 -3 74 10 144 37 15 6 | |
| 27 17 27 24 0 8 4 14 8 14 13 0 53 136 46 155 -4 9 -16 28 -28 41 -12 13 -32 | |
| 37 -46 53 -14 17 -37 35 -52 40 -16 6 -28 14 -28 19 0 20 -325 140 -505 187 | |
| -85 22 -369 69 -385 63 -3 -1 -48 -5 -100 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment