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="183.000000pt" height="228.000000pt" viewBox="0 0 183.000000 228.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,228.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1386 2240 c-98 -43 -114 -55 -121 -89 -2 -13 -6 -26 -9 -28 -3 -3 | |
| -1 -16 5 -30 5 -13 11 -38 14 -55 6 -31 48 -112 72 -136 24 -25 33 -50 54 | |
| -149 38 -178 43 -576 10 -688 -5 -16 -15 -61 -22 -99 -21 -118 -77 -224 -172 | |
| -323 -88 -93 -224 -190 -303 -217 -26 -9 -95 -18 -153 -21 -126 -7 -158 4 | |
| -216 74 -57 70 -84 132 -110 260 -46 229 -51 358 -23 631 5 58 14 113 19 122 | |
| 5 9 11 45 15 79 3 35 8 67 10 71 6 10 16 67 15 92 0 11 5 29 11 40 17 31 20 | |
| 78 7 109 -9 21 -34 40 -103 74 -102 51 -133 55 -181 21 -46 -31 -140 -226 | |
| -160 -330 -7 -40 -19 -91 -25 -113 -10 -34 -13 -72 -9 -120 0 -5 -3 -105 -7 | |
| -221 -16 -462 57 -747 249 -976 39 -47 174 -148 198 -148 7 0 31 -11 53 -24 | |
| 54 -31 79 -35 216 -38 107 -2 244 17 305 41 100 40 222 105 279 148 37 29 73 | |
| 53 80 53 38 0 263 277 308 380 8 19 29 67 46 105 34 77 62 178 67 240 1 22 8 | |
| 85 15 140 17 130 7 555 -15 670 -32 166 -63 238 -169 392 -47 68 -63 84 -94 | |
| 93 -52 14 -57 13 -156 -30z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment