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="239.000000pt" height="351.000000pt" viewBox="0 0 239.000000 351.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,351.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1365 3490 c-102 -22 -167 -48 -238 -93 -32 -21 -60 -37 -63 -37 -3 | |
| 0 -36 -26 -73 -57 -37 -32 -79 -67 -93 -78 -65 -51 -100 -88 -131 -137 -45 | |
| -71 -99 -177 -132 -263 -15 -38 -31 -74 -35 -80 -13 -16 -39 -160 -50 -277 | |
| -20 -208 -7 -367 43 -503 31 -85 101 -242 125 -280 58 -93 266 -269 304 -257 | |
| 4 1 8 -2 8 -7 0 -5 14 -12 31 -16 17 -4 46 -15 63 -25 52 -30 160 -41 293 -30 | |
| 124 11 151 16 248 46 53 16 210 92 239 115 6 5 25 20 43 34 17 14 34 22 37 17 | |
| 3 -5 1 -40 -4 -78 -50 -383 -179 -718 -346 -896 -110 -117 -278 -193 -424 | |
| -191 -224 2 -500 93 -655 216 -71 56 -179 181 -205 237 -28 62 -62 98 -102 | |
| 106 -24 6 -25 9 -17 37 7 24 5 35 -6 46 -9 9 -15 11 -15 4 0 -17 -56 -73 -74 | |
| -73 -40 0 -94 -44 -116 -96 -15 -34 -17 -54 -9 -125 10 -105 38 -171 112 -265 | |
| 53 -68 221 -211 297 -254 102 -57 322 -160 341 -160 13 0 59 -11 103 -24 142 | |
| -43 227 -49 410 -31 88 9 163 21 164 26 2 5 10 9 18 9 20 0 143 39 184 58 57 | |
| 27 210 123 210 132 0 5 12 21 28 37 60 62 140 160 185 227 74 110 190 356 201 | |
| 426 4 25 20 87 36 139 17 52 37 145 45 205 8 61 20 132 26 158 15 65 13 319 | |
| -5 544 -13 168 -13 202 0 280 23 142 18 377 -10 419 -17 25 -105 115 -114 116 | |
| -23 2 -56 10 -61 14 -2 3 0 15 6 28 53 114 63 149 63 212 0 54 -4 69 -32 111 | |
| -18 27 -41 66 -52 86 -10 20 -30 47 -45 60 -32 30 -155 109 -173 112 -27 4 | |
| -93 29 -102 37 -6 5 -18 9 -28 9 -10 0 -29 6 -41 14 -59 37 -278 46 -412 16z | |
| m290 -381 c55 -12 121 -32 146 -45 46 -23 110 -78 107 -92 -1 -4 4 -25 10 -47 | |
| 14 -50 17 -114 7 -180 -6 -46 -4 -52 18 -68 25 -18 25 -19 11 -70 -11 -37 -14 | |
| -98 -12 -212 1 -88 0 -165 -4 -170 -3 -6 -18 -48 -33 -95 -15 -47 -38 -104 | |
| -51 -126 -29 -51 -102 -118 -199 -183 -64 -42 -84 -50 -170 -66 -175 -31 -275 | |
| -8 -373 88 -113 111 -172 270 -172 468 0 413 187 707 505 795 100 28 92 28 | |
| 210 3z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment