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="270.000000pt" height="251.000000pt" viewBox="0 0 270.000000 251.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,251.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M920 2500 c-14 -4 -44 -5 -67 -2 -29 3 -43 1 -43 -7 0 -6 -7 -11 -15 | |
| -11 -20 0 -198 -88 -245 -121 -151 -106 -213 -168 -289 -287 -19 -30 -40 -59 | |
| -47 -66 -16 -16 -98 -178 -119 -236 -24 -65 -55 -170 -60 -205 -2 -16 -10 -73 | |
| -18 -125 -9 -56 -13 -140 -11 -205 2 -60 6 -173 8 -250 3 -77 1 -218 -3 -313 | |
| -7 -156 -3 -271 14 -401 6 -48 43 -106 75 -116 11 -3 20 -10 20 -14 0 -5 12 | |
| -14 28 -20 48 -20 82 -22 105 -6 12 8 32 15 45 15 23 0 66 25 105 61 10 9 23 | |
| 34 28 56 13 57 11 416 -2 450 -18 43 -24 490 -9 668 18 214 46 299 148 453 91 | |
| 138 143 189 238 235 105 52 112 53 126 20 14 -31 14 -734 0 -963 -5 -96 -4 | |
| -135 7 -170 35 -113 87 -166 151 -156 19 3 53 1 75 -4 34 -8 46 -5 88 18 43 | |
| 24 53 35 73 87 13 33 28 69 34 80 5 11 21 81 35 155 14 74 27 145 29 157 19 | |
| 95 86 288 137 391 50 100 76 139 137 205 98 106 185 157 271 157 48 0 65 -5 | |
| 99 -29 89 -65 142 -176 187 -391 8 -40 17 -76 20 -80 7 -11 16 -313 16 -543 0 | |
| -220 -15 -623 -27 -738 -4 -43 -2 -79 6 -104 15 -45 73 -105 102 -105 11 0 33 | |
| -9 49 -21 28 -20 69 -22 109 -6 8 3 27 8 41 11 62 13 75 46 84 206 3 47 10 | |
| 126 16 175 6 50 13 230 15 400 2 171 6 337 9 370 7 79 -11 299 -35 444 -33 | |
| 198 -119 446 -181 520 -15 19 -26 38 -23 42 4 8 -160 162 -179 168 -7 1 -30 | |
| 12 -52 23 -96 48 -248 75 -320 56 -11 -3 -48 -9 -83 -13 -34 -4 -65 -11 -68 | |
| -16 -3 -5 -27 -21 -54 -34 -135 -69 -246 -157 -337 -270 -30 -38 -32 -39 -33 | |
| -15 -1 38 -35 160 -60 212 -22 48 -104 142 -142 164 -45 26 -74 36 -108 40 | |
| -19 2 -44 6 -55 8 -11 2 -31 0 -45 -4z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment