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="220.000000pt" height="322.000000pt" viewBox="0 0 220.000000 322.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,322.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M308 3215 c-2 -2 -15 -6 -29 -8 -14 -3 -55 -26 -92 -51 -60 -42 -66 | |
| -51 -72 -89 -3 -23 -8 -51 -9 -62 -2 -11 2 -31 9 -45 90 -182 171 -340 185 | |
| -360 9 -14 34 -59 55 -100 102 -201 169 -325 234 -429 39 -63 71 -120 71 -126 | |
| 0 -6 27 -62 61 -123 l61 -112 -185 -317 c-101 -175 -208 -361 -237 -413 -29 | |
| -52 -76 -133 -105 -180 -28 -47 -73 -125 -100 -175 -27 -49 -65 -117 -86 -150 | |
| -57 -93 -79 -172 -63 -230 6 -23 190 -145 218 -145 9 0 30 7 46 15 17 9 32 15 | |
| 35 15 3 0 9 0 13 0 12 0 129 184 183 285 23 44 59 107 79 140 21 33 75 125 | |
| 120 205 152 269 312 540 319 540 3 -1 40 -58 81 -127 89 -150 157 -252 257 | |
| -388 40 -55 125 -170 188 -255 102 -138 205 -312 259 -436 20 -46 69 -80 129 | |
| -89 29 -5 50 2 112 34 42 23 85 41 95 41 12 0 26 16 41 46 22 46 22 48 5 93 | |
| -10 25 -22 64 -27 86 -6 22 -18 51 -27 65 -10 14 -33 52 -52 85 -64 114 -137 | |
| 221 -267 390 -166 218 -260 356 -427 635 -124 207 -134 227 -121 245 23 33 | |
| 120 196 152 255 49 89 291 475 459 728 138 209 146 226 149 290 3 67 -9 97 | |
| -46 112 -18 8 -30 22 -34 39 -13 61 -153 82 -238 36 -62 -32 -122 -96 -125 | |
| -131 -1 -16 -4 -36 -5 -46 -3 -19 -131 -227 -232 -378 -39 -58 -126 -198 -195 | |
| -312 l-124 -207 -89 162 c-49 89 -92 167 -97 172 -4 6 -54 98 -110 205 -139 | |
| 265 -206 378 -252 425 -22 22 -54 59 -71 82 -27 35 -87 70 -99 58z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment