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="228.000000pt" height="243.000000pt" viewBox="0 0 228.000000 243.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,243.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1126 2422 c-2 -1 -104 -5 -227 -8 -123 -3 -239 -9 -256 -14 -18 -4 | |
| -35 -5 -38 0 -8 12 -286 4 -320 -10 -20 -8 -55 -10 -101 -6 -57 5 -74 4 -84 | |
| -9 -7 -8 -19 -15 -26 -15 -8 0 -14 -3 -14 -8 0 -4 -10 -12 -22 -17 -35 -16 | |
| -43 -58 -24 -135 9 -37 16 -81 16 -97 0 -39 47 -89 97 -102 48 -13 162 -17 | |
| 228 -7 28 4 140 9 250 11 110 2 263 7 340 11 77 4 151 7 165 6 46 -3 75 -2 | |
| 220 7 80 4 162 6 183 3 l39 -4 -63 -59 c-35 -33 -67 -59 -71 -59 -4 0 -8 -3 | |
| -8 -7 0 -5 -23 -32 -50 -61 -28 -29 -50 -55 -50 -59 0 -13 -51 -73 -62 -73 -6 | |
| 0 -34 -25 -63 -55 -28 -30 -49 -55 -46 -55 3 0 -11 -17 -30 -37 -19 -21 -55 | |
| -64 -79 -96 -24 -32 -56 -67 -72 -78 -15 -11 -28 -25 -28 -30 0 -5 -45 -56 | |
| -101 -113 -55 -57 -99 -106 -98 -108 2 -1 -61 -66 -140 -143 -79 -77 -163 | |
| -160 -185 -185 -23 -24 -80 -82 -128 -128 -48 -47 -85 -88 -83 -92 3 -4 -2 | |
| -13 -10 -20 -21 -17 -101 -160 -109 -195 -4 -16 -9 -60 -11 -97 -3 -56 1 -77 | |
| 22 -120 14 -29 30 -56 37 -60 6 -4 7 -8 2 -8 -25 0 56 -52 102 -65 62 -19 132 | |
| -27 132 -16 0 9 7 10 85 15 33 2 82 9 108 15 27 6 52 9 57 6 5 -3 34 2 66 10 | |
| 32 8 79 15 104 15 25 0 60 4 78 9 29 9 222 25 277 24 11 -1 47 4 80 9 119 20 | |
| 432 26 465 8 10 -5 34 -10 52 -10 18 0 89 -12 158 -27 168 -35 233 -34 293 7 | |
| 52 35 56 43 56 123 0 32 3 73 6 91 5 27 2 39 -19 62 -52 59 -56 61 -127 68 | |
| -39 3 -83 12 -97 20 -15 7 -54 17 -87 21 -33 4 -64 10 -70 15 -5 4 -26 10 -45 | |
| 13 -19 3 -62 11 -95 16 -36 7 -123 8 -215 5 -85 -4 -161 -6 -167 -5 -7 0 -19 | |
| 1 -25 2 -37 3 -216 -15 -232 -23 -10 -6 -41 -9 -70 -9 -28 1 -85 -3 -126 -9 | |
| -41 -5 -106 -14 -144 -18 l-68 -9 63 60 c35 33 67 60 70 59 3 -1 41 36 83 81 | |
| 42 45 82 87 88 92 5 6 33 35 62 65 28 30 69 73 90 95 50 51 366 412 366 418 0 | |
| 2 19 24 43 48 23 25 87 93 142 153 55 60 115 123 134 140 18 17 76 73 129 124 | |
| 52 50 98 92 103 92 4 0 29 25 55 55 26 30 55 55 63 55 22 1 105 97 107 124 0 | |
| 11 6 31 12 43 8 14 9 24 2 28 -5 3 -10 14 -10 23 0 10 -9 25 -20 35 -11 9 -20 | |
| 24 -20 32 0 8 -4 15 -8 15 -4 0 -13 14 -19 30 -6 17 -18 30 -27 30 -9 0 -16 4 | |
| -16 8 0 33 -168 60 -390 63 -274 3 -632 4 -634 1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment