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="195.000000pt" height="224.000000pt" viewBox="0 0 195.000000 224.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,224.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M978 2219 c-26 -8 -51 -19 -55 -22 -3 -4 -13 -7 -20 -7 -19 0 -126 | |
| -74 -177 -122 -22 -21 -61 -55 -86 -75 -41 -33 -80 -77 -203 -233 -76 -97 | |
| -122 -171 -201 -330 -120 -239 -186 -430 -200 -575 -4 -38 -14 -90 -22 -116 | |
| -17 -50 -15 -152 4 -264 6 -33 15 -83 20 -111 14 -84 91 -195 179 -260 83 -62 | |
| 85 -62 202 -77 62 -8 99 -7 145 2 68 13 158 41 166 50 3 3 35 22 73 41 59 31 | |
| 240 170 321 248 15 15 64 70 108 122 73 87 92 102 94 75 2 -29 41 -138 69 | |
| -196 106 -219 262 -376 358 -363 40 6 87 24 87 34 0 4 25 40 55 81 54 73 71 | |
| 128 45 144 -6 4 -8 10 -6 14 3 4 -15 28 -41 52 -58 57 -129 165 -160 248 -23 | |
| 60 -52 194 -73 341 -5 30 -9 116 -9 190 -1 121 2 146 28 238 33 113 33 124 0 | |
| 175 -18 26 -34 37 -71 47 -46 11 -61 31 -37 46 15 9 3 148 -22 247 -45 180 | |
| -148 306 -289 352 -72 24 -217 26 -282 4z m194 -386 c9 -10 26 -40 39 -68 12 | |
| -27 30 -61 39 -75 9 -14 26 -53 37 -87 20 -61 21 -64 3 -130 -64 -245 -154 | |
| -447 -280 -625 -117 -167 -260 -307 -395 -385 -138 -80 -183 -73 -205 33 -13 | |
| 62 -10 117 13 247 9 49 19 111 22 138 6 56 74 238 130 349 109 218 167 298 | |
| 346 480 86 87 113 109 154 122 66 21 79 21 97 1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment