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="227.000000pt" height="260.000000pt" viewBox="0 0 227.000000 260.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,260.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1965 2593 c-23 -6 -70 -38 -99 -67 -38 -38 -54 -229 -23 -264 16 | |
| -18 17 -43 12 -283 -3 -145 -10 -295 -15 -334 -5 -38 -12 -155 -15 -260 -5 | |
| -205 -18 -294 -64 -450 -78 -265 -128 -369 -228 -476 -59 -63 -53 -65 -106 32 | |
| -47 86 -69 148 -107 299 -17 69 -35 129 -39 135 -13 17 -40 147 -43 205 -1 30 | |
| -8 66 -15 80 -7 14 -13 33 -13 42 0 9 -8 23 -18 30 -11 7 -25 24 -32 38 -21 | |
| 39 -51 58 -110 69 -119 22 -171 -2 -242 -111 -29 -44 -53 -86 -54 -93 -3 -18 | |
| -138 -369 -168 -438 -33 -74 -77 -140 -87 -130 -17 17 -50 178 -53 261 -2 48 | |
| -11 139 -20 202 -9 63 -23 246 -32 405 -18 334 -36 550 -47 561 -4 4 -7 25 -7 | |
| 46 0 81 -40 108 -157 108 -94 0 -110 -9 -147 -84 l-27 -55 -1 -423 c-1 -278 2 | |
| -450 10 -503 6 -44 14 -124 16 -178 5 -95 16 -179 36 -262 29 -129 54 -210 66 | |
| -222 8 -8 12 -19 9 -24 -4 -5 13 -41 36 -81 84 -145 202 -214 350 -205 77 5 | |
| 175 65 245 150 73 87 85 106 134 209 27 56 51 96 54 88 2 -8 16 -53 31 -99 15 | |
| -47 35 -102 46 -122 10 -21 19 -43 19 -49 0 -14 110 -175 149 -218 35 -39 96 | |
| -82 116 -82 8 0 15 -4 15 -8 0 -20 57 -32 144 -32 l93 0 102 66 c55 36 101 70 | |
| 101 76 0 5 26 36 58 68 73 74 145 193 201 335 24 61 47 115 50 120 4 6 18 46 | |
| 30 90 13 44 31 107 41 140 29 97 69 341 68 410 -1 11 7 180 16 375 10 195 15 | |
| 387 11 427 -4 44 -2 79 4 91 7 14 7 48 -1 113 -12 104 -49 186 -97 217 -14 9 | |
| -32 22 -39 29 -12 11 -21 14 -47 13 -3 0 -18 6 -35 15 -30 15 -40 16 -75 8z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment