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="220.000000pt" height="329.000000pt" viewBox="0 0 220.000000 329.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,329.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1190 3283 c-50 -9 -168 -52 -238 -88 -141 -70 -345 -303 -514 -585 | |
| -88 -146 -192 -351 -202 -397 -4 -18 -15 -42 -25 -55 -20 -26 -71 -164 -71 | |
| -191 0 -9 -4 -25 -10 -35 -9 -15 -48 -158 -72 -257 -30 -128 -48 -261 -48 | |
| -350 0 -55 -1 -109 -1 -120 -3 -60 -3 -226 0 -260 5 -50 47 -213 59 -228 5 -7 | |
| 19 -39 30 -72 99 -287 299 -502 552 -592 150 -53 430 -66 566 -24 39 11 78 21 | |
| 87 21 41 0 386 160 432 200 29 26 153 100 168 100 19 0 197 177 231 229 48 73 | |
| 63 120 54 164 -9 42 -7 40 -92 111 -62 52 -100 61 -149 34 -12 -6 -30 -13 -40 | |
| -15 -20 -3 -72 -43 -151 -114 -103 -94 -331 -233 -476 -291 -92 -37 -235 -60 | |
| -354 -56 -102 3 -116 6 -176 36 -79 40 -180 137 -221 212 -16 30 -46 107 -66 | |
| 170 -36 112 -37 120 -41 301 -4 164 -1 207 22 360 25 162 34 203 57 254 5 11 | |
| 34 97 65 190 31 94 70 197 86 230 48 95 157 283 214 369 77 115 232 278 302 | |
| 316 52 29 63 31 123 27 51 -4 79 -13 130 -43 70 -40 236 -163 280 -206 15 -16 | |
| 35 -28 43 -28 9 0 16 -4 16 -9 0 -13 52 -28 76 -22 11 3 48 24 82 46 57 36 67 | |
| 49 74 95 4 30 -26 126 -52 165 -15 22 -34 54 -43 70 -15 31 -105 124 -154 161 | |
| -53 39 -178 111 -207 118 -15 4 -40 16 -55 26 -40 30 -204 48 -291 33z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment