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="178.000000pt" height="257.000000pt" viewBox="0 0 178.000000 257.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,257.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M810 2563 c-89 -3 -240 -25 -240 -35 0 -4 -6 -8 -13 -8 -15 0 -54 | |
| -17 -125 -54 -137 -72 -290 -279 -358 -484 -14 -42 -31 -88 -39 -102 -15 -30 | |
| -38 -190 -31 -222 3 -13 7 -36 10 -53 5 -35 51 -139 79 -176 11 -15 38 -35 61 | |
| -45 22 -10 59 -30 81 -45 23 -15 61 -32 85 -39 25 -7 50 -15 55 -20 33 -25 | |
| 248 -60 259 -41 3 5 46 19 96 31 49 12 90 25 90 29 0 3 15 13 33 20 17 8 68 | |
| 31 112 52 80 37 141 56 269 84 77 17 85 13 105 -50 31 -99 47 -518 22 -590 -8 | |
| -24 -43 -70 -86 -115 -39 -41 -83 -90 -98 -109 -26 -32 -132 -101 -242 -159 | |
| -43 -22 -65 -27 -160 -30 l-110 -4 -48 51 c-39 42 -47 56 -47 89 0 23 -8 49 | |
| -19 63 -17 22 -24 43 -38 111 -3 15 -11 33 -19 39 -8 6 -14 24 -14 40 0 50 | |
| -33 69 -121 69 -107 0 -136 -8 -175 -48 l-34 -35 0 -111 c0 -137 14 -238 40 | |
| -292 11 -22 20 -46 20 -52 0 -7 16 -29 35 -51 19 -21 35 -42 35 -46 0 -13 83 | |
| -99 115 -119 16 -10 32 -22 35 -27 7 -10 74 -35 146 -54 28 -8 97 -15 155 -16 | |
| 285 -5 555 124 792 378 151 162 189 223 223 356 28 111 42 373 25 478 -6 36 | |
| -14 90 -17 120 -3 30 -8 57 -10 60 -2 4 -6 27 -9 53 -13 103 -83 214 -230 365 | |
| -8 8 -51 27 -96 41 l-82 27 -91 -19 c-50 -10 -100 -22 -111 -27 -11 -5 -65 | |
| -23 -119 -40 -96 -30 -369 -143 -392 -162 -17 -14 -91 0 -155 28 l-56 24 15 | |
| 72 c18 91 49 161 113 259 67 102 119 136 228 150 71 9 87 8 153 -12 79 -24 | |
| 139 -52 208 -99 80 -54 139 -37 204 60 51 76 76 126 76 149 0 24 -28 90 -38 | |
| 90 -5 0 -19 10 -32 23 -30 27 -119 81 -174 105 -94 41 -265 78 -346 75z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment