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="224.000000pt" height="275.000000pt" viewBox="0 0 224.000000 275.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,275.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M775 2735 c-22 -8 -59 -18 -81 -24 -58 -15 -163 -104 -239 -203 -35 | |
| -46 -73 -93 -85 -105 -35 -35 -76 -105 -146 -251 -99 -208 -144 -347 -183 | |
| -577 -14 -79 -33 -349 -32 -450 1 -85 26 -248 41 -277 6 -10 10 -29 10 -44 0 | |
| -41 68 -230 116 -324 60 -116 106 -177 194 -258 87 -80 249 -170 345 -191 33 | |
| -7 74 -18 92 -23 17 -5 67 -8 110 -7 197 4 403 74 581 197 35 24 71 46 80 50 | |
| 24 9 86 54 141 104 27 24 57 50 67 59 30 25 74 78 138 164 33 44 67 87 76 95 | |
| 16 14 41 55 84 139 10 20 24 43 31 51 18 22 71 193 88 290 26 139 27 149 33 | |
| 275 7 126 -10 249 -44 325 -8 19 -23 55 -32 80 -10 25 -26 68 -37 95 -26 68 | |
| -110 222 -143 265 -15 19 -38 53 -52 75 -39 61 -183 205 -273 272 -107 79 | |
| -121 87 -224 132 -122 53 -203 65 -360 55 -69 -4 -130 -6 -136 -5 -12 4 -84 | |
| 21 -105 26 -8 2 -33 -3 -55 -10z m468 -427 c149 -44 331 -216 451 -423 70 | |
| -123 102 -214 116 -339 20 -177 2 -307 -66 -479 -40 -102 -66 -146 -142 -242 | |
| -89 -111 -149 -171 -241 -239 -143 -106 -270 -159 -406 -171 -141 -12 -252 36 | |
| -355 155 -41 48 -58 80 -101 196 -70 192 -79 239 -79 437 0 135 6 205 30 365 | |
| 16 108 38 222 48 252 24 70 110 242 170 342 51 84 48 83 124 51 25 -11 50 -13 | |
| 80 -9 37 6 47 12 63 42 12 22 25 34 36 32 9 -2 28 7 41 19 21 20 49 26 131 31 | |
| 16 1 61 -8 100 -20z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment