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="266.000000pt" height="299.000000pt" viewBox="0 0 266.000000 299.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,299.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2265 2980 c-61 -13 -128 -31 -145 -41 -8 -5 -33 -17 -55 -27 -42 | |
| -20 -164 -116 -179 -142 -5 -8 -30 -36 -56 -61 -52 -52 -143 -161 -240 -292 | |
| -36 -48 -98 -122 -138 -163 -40 -42 -90 -102 -112 -134 -43 -63 -93 -105 -115 | |
| -96 -67 26 -390 307 -495 431 -36 42 -106 123 -155 179 -50 55 -104 121 -120 | |
| 146 -17 25 -56 71 -87 103 -57 56 -81 66 -138 58 -8 -1 -25 -2 -38 -2 -32 1 | |
| -111 -38 -127 -63 -17 -27 -57 -150 -58 -179 0 -21 8 -84 19 -137 2 -14 9 | |
| -160 14 -325 5 -165 15 -372 24 -460 8 -88 20 -227 26 -310 6 -82 18 -225 26 | |
| -317 26 -299 19 -475 -32 -785 -17 -105 -8 -163 29 -187 22 -15 223 -66 257 | |
| -66 11 0 31 10 45 23 38 33 109 310 119 464 11 159 9 416 -3 498 -5 39 -15 | |
| 158 -21 265 -6 107 -17 269 -25 360 -8 91 -17 203 -20 250 -3 47 -8 107 -11 | |
| 135 l-5 49 45 -44 c25 -25 60 -58 77 -75 186 -173 235 -214 304 -260 44 -28 | |
| 88 -61 98 -73 47 -52 213 -106 296 -96 57 7 200 72 244 111 83 73 190 190 264 | |
| 288 99 130 236 297 339 410 44 50 84 98 87 108 13 34 25 16 38 -54 13 -72 6 | |
| -188 -21 -359 -6 -36 -15 -115 -20 -177 -5 -61 -13 -120 -19 -130 -13 -23 -67 | |
| -373 -86 -564 -25 -245 -15 -470 30 -709 9 -47 18 -98 20 -115 6 -53 34 -162 | |
| 50 -191 8 -16 15 -35 15 -42 0 -8 13 -43 30 -78 25 -54 36 -67 73 -85 l43 -21 | |
| 118 37 c168 53 162 31 92 370 -31 149 -61 295 -67 325 -11 66 -2 516 13 575 | |
| 13 53 36 183 48 270 5 39 16 108 24 155 18 98 42 265 61 430 19 168 7 457 -24 | |
| 533 -6 15 -10 31 -9 35 1 4 -13 35 -29 70 -24 49 -45 73 -90 107 -32 25 -68 | |
| 45 -81 45 -12 0 -40 9 -62 20 -22 11 -41 19 -42 19 -2 -1 -21 -5 -43 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment