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="200.000000pt" height="329.000000pt" viewBox="0 0 200.000000 329.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,329.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M690 3280 c-63 -9 -146 -32 -156 -43 -4 -4 -15 -7 -24 -7 -26 0 -142 | |
| -63 -180 -99 -19 -17 -54 -46 -77 -64 -23 -18 -45 -40 -49 -51 -3 -10 -20 -35 | |
| -38 -55 -17 -20 -42 -61 -55 -91 -13 -30 -30 -71 -39 -90 -8 -19 -21 -66 -28 | |
| -105 -7 -38 -18 -90 -25 -115 -6 -25 -13 -76 -14 -115 -3 -85 17 -252 33 -281 | |
| 6 -12 9 -24 6 -26 -7 -7 50 -157 85 -225 17 -32 60 -89 96 -127 81 -84 160 | |
| -120 265 -120 70 1 143 17 148 33 2 6 14 11 26 11 13 0 34 8 47 18 149 115 | |
| 500 259 582 238 15 -3 62 -41 105 -84 67 -67 81 -87 105 -152 52 -140 77 -295 | |
| 76 -475 0 -223 -13 -293 -71 -386 -73 -116 -138 -190 -208 -237 -86 -57 -277 | |
| -162 -294 -162 -8 0 -44 -11 -81 -25 -90 -34 -200 -43 -244 -21 -45 24 -96 | |
| 106 -213 344 -131 267 -129 266 -320 171 -85 -43 -98 -52 -108 -83 -7 -21 -9 | |
| -54 -4 -83 7 -52 169 -396 230 -492 35 -54 170 -191 188 -191 5 0 17 -6 25 | |
| -14 9 -8 52 -27 96 -42 69 -23 98 -27 205 -29 114 -1 133 1 215 28 50 16 95 | |
| 33 100 38 6 4 37 18 70 30 149 55 386 204 490 308 99 98 109 111 186 233 137 | |
| 217 153 280 153 623 1 178 -2 235 -17 300 -32 140 -67 247 -120 367 -50 114 | |
| -56 122 -162 231 -102 104 -118 116 -218 166 l-107 53 -98 -7 c-211 -15 -375 | |
| -75 -689 -250 l-81 -46 -32 97 c-44 130 -60 259 -44 339 13 61 49 164 79 222 | |
| 48 96 236 163 415 149 109 -9 298 -43 330 -60 14 -7 63 -26 110 -41 47 -15 | |
| 101 -36 120 -45 56 -28 116 -33 156 -14 48 23 148 173 141 212 -19 103 -62 | |
| 145 -208 202 -29 12 -71 29 -93 39 -40 18 -168 53 -311 86 -80 19 -388 28 | |
| -475 15z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment