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="166.000000pt" height="323.000000pt" viewBox="0 0 166.000000 323.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,323.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M706 3204 c-14 -15 -26 -35 -26 -44 0 -10 -7 -23 -15 -30 -8 -7 -15 | |
| -19 -15 -26 0 -8 -9 -33 -19 -57 -24 -52 -48 -136 -57 -202 -3 -27 -10 -54 | |
| -14 -60 -4 -5 -13 -32 -19 -60 -38 -165 -62 -283 -76 -375 -22 -142 -21 -140 | |
| -56 -140 -31 0 -291 -37 -320 -46 -22 -6 -64 -44 -77 -70 -12 -23 -7 -115 10 | |
| -181 9 -36 19 -48 62 -74 50 -31 52 -32 156 -27 58 2 113 3 123 0 20 -4 22 | |
| -38 7 -92 -6 -19 -15 -109 -20 -200 -6 -91 -15 -216 -21 -279 -15 -157 10 | |
| -432 52 -591 11 -41 22 -90 25 -107 4 -36 67 -168 105 -223 88 -126 113 -151 | |
| 226 -223 153 -98 365 -117 574 -53 44 14 79 22 79 20 0 -9 156 81 190 109 61 | |
| 52 72 79 78 183 4 88 3 96 -18 119 -34 37 -78 53 -162 61 l-76 7 -46 -45 c-77 | |
| -77 -236 -122 -342 -99 -47 11 -68 23 -111 64 -134 126 -183 316 -183 701 0 | |
| 94 5 198 10 231 6 33 19 143 29 245 11 102 23 193 27 203 6 17 26 18 318 17 | |
| 171 -1 323 -1 338 -1 35 1 85 44 93 81 4 17 10 30 14 30 13 0 22 73 11 84 -6 | |
| 6 -10 30 -10 54 0 52 -24 98 -59 111 -50 19 -259 35 -449 36 l-194 0 7 45 c3 | |
| 25 10 56 15 70 12 35 46 209 69 365 70 466 75 445 -95 476 -59 10 -108 19 | |
| -109 19 -1 0 -14 -12 -29 -26z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment