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="185.000000pt" height="229.000000pt" viewBox="0 0 185.000000 229.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,229.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M856 2274 c-113 -30 -219 -99 -361 -234 -269 -255 -422 -573 -475 | |
| -990 -16 -125 -18 -305 -3 -355 6 -22 22 -76 34 -120 25 -87 64 -177 104 -240 | |
| 13 -22 29 -49 34 -61 12 -28 138 -142 176 -159 16 -8 50 -26 75 -40 25 -14 52 | |
| -25 60 -25 9 0 24 -6 35 -13 56 -38 367 -45 495 -13 211 55 500 213 583 318 | |
| 94 120 120 159 165 251 58 118 78 222 62 321 -5 31 -10 82 -11 114 -3 63 -55 | |
| 277 -88 360 -12 30 -38 88 -58 130 -19 43 -48 105 -64 139 -49 110 -145 239 | |
| -260 354 -31 31 -64 69 -72 85 -31 60 -137 154 -174 154 -8 0 -28 7 -45 16 | |
| -40 21 -149 25 -212 8z m78 -408 c-11 -44 27 -93 78 -102 55 -9 85 -24 96 -47 | |
| 11 -25 36 -58 70 -93 23 -25 112 -169 112 -182 0 -4 15 -43 34 -87 77 -178 | |
| 135 -428 122 -518 -8 -53 -86 -191 -138 -246 -24 -25 -83 -61 -160 -100 -189 | |
| -95 -333 -121 -472 -85 -81 21 -116 43 -164 107 -52 69 -87 162 -102 273 -13 | |
| 96 -12 121 14 279 38 231 85 354 204 533 75 113 257 284 310 292 1 0 0 -11 -4 | |
| -24z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment