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="169.000000pt" height="224.000000pt" viewBox="0 0 169.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="M1020 2233 c-91 -16 -230 -86 -337 -169 -45 -35 -86 -64 -91 -64 -14 | |
| 0 -112 -107 -178 -195 -85 -112 -185 -266 -230 -355 -22 -41 -42 -77 -45 -80 | |
| -11 -9 -58 -163 -80 -260 -12 -52 -25 -100 -30 -106 -13 -16 -27 -263 -18 | |
| -324 10 -73 42 -171 66 -207 11 -15 27 -48 37 -72 9 -24 37 -69 62 -100 105 | |
| -131 240 -210 434 -256 30 -7 75 -18 100 -25 62 -15 350 -16 430 0 36 7 83 14 | |
| 105 15 103 5 385 95 385 123 0 5 8 17 18 28 25 29 31 60 20 105 -7 31 -77 155 | |
| -98 174 -30 27 -117 22 -269 -15 -190 -47 -337 -57 -502 -37 -181 23 -200 29 | |
| -271 93 -48 43 -69 70 -90 121 -31 72 -34 117 -18 272 18 167 54 266 164 454 | |
| 84 142 138 212 251 322 123 120 190 162 278 178 60 10 66 9 101 -13 21 -12 78 | |
| -62 126 -111 185 -184 193 -188 270 -139 71 46 76 54 79 150 2 84 2 86 -38 | |
| 148 -23 34 -41 64 -41 67 0 8 -109 161 -126 176 -24 21 -187 89 -214 89 -10 0 | |
| -22 5 -25 10 -6 10 -174 12 -225 3z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment