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="211.000000pt" height="318.000000pt" viewBox="0 0 211.000000 318.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,318.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1790 3163 c-66 -12 -92 -21 -113 -41 -58 -54 -59 -64 -31 -234 24 | |
| -148 25 -162 17 -433 -4 -154 -7 -310 -5 -347 1 -38 -2 -68 -7 -68 -31 0 -436 | |
| -62 -450 -69 -9 -5 -58 -11 -109 -15 -52 -4 -182 -18 -289 -31 -108 -14 -230 | |
| -25 -272 -25 l-76 0 -2 148 c-1 161 -10 307 -20 362 -4 19 -8 53 -9 75 -2 64 | |
| -19 143 -49 240 -50 159 -69 170 -211 126 -55 -17 -104 -35 -110 -39 -14 -9 | |
| -34 -47 -42 -80 -11 -47 -5 -357 12 -597 10 -142 26 -458 36 -695 14 -359 29 | |
| -614 40 -690 5 -36 12 -128 14 -205 3 -77 10 -156 16 -175 5 -19 10 -55 10 | |
| -80 1 -59 24 -165 41 -187 13 -16 25 -28 67 -64 55 -46 101 -49 184 -10 35 16 | |
| 77 35 95 41 18 7 35 21 38 31 4 10 10 19 14 19 5 0 4 21 -1 48 -14 69 -49 328 | |
| -54 392 -2 30 -9 132 -14 225 -6 94 -15 202 -20 240 -5 39 -11 161 -15 273 | |
| l-6 203 98 -6 c64 -5 114 -3 143 5 25 6 108 18 185 26 77 8 208 24 290 35 83 | |
| 12 170 24 195 26 24 2 87 10 140 17 52 7 95 13 96 12 0 0 -5 -73 -12 -161 -16 | |
| -204 -19 -784 -4 -885 7 -41 14 -95 16 -120 7 -70 31 -161 54 -205 11 -21 20 | |
| -45 20 -53 0 -17 88 -111 120 -126 61 -31 163 -13 208 36 102 111 109 138 63 | |
| 217 -27 46 -56 159 -76 301 -15 111 -1 687 25 985 6 66 15 201 20 300 6 99 14 | |
| 216 20 260 31 249 29 500 -6 720 -25 159 -45 215 -92 261 -40 39 -51 40 -182 | |
| 17z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment