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="219.000000pt" height="355.000000pt" viewBox="0 0 219.000000 355.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,355.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M980 3538 c-36 -5 -72 -10 -80 -12 -85 -18 -116 -32 -218 -98 -41 | |
| -27 -77 -48 -81 -48 -10 0 -120 -116 -171 -180 -24 -30 -49 -59 -55 -65 -50 | |
| -45 -232 -392 -264 -505 -122 -426 -134 -748 -37 -1013 14 -38 33 -81 43 -95 | |
| 10 -15 29 -48 43 -74 34 -64 156 -188 185 -188 3 0 23 -12 45 -26 22 -15 54 | |
| -28 71 -30 17 -2 46 -12 63 -23 26 -16 133 -33 206 -34 26 0 174 34 185 42 5 | |
| 5 26 11 45 14 19 2 55 15 80 28 25 12 50 24 57 25 6 1 65 38 130 82 118 80 | |
| 218 174 315 297 27 33 56 69 66 80 10 11 38 53 62 94 52 88 52 89 82 -99 43 | |
| -261 40 -644 -5 -815 -77 -290 -155 -389 -374 -471 -74 -28 -183 -31 -298 -10 | |
| -76 14 -249 80 -331 126 -151 84 -289 213 -339 314 -15 31 -30 56 -34 56 -4 0 | |
| -15 13 -24 29 -10 17 -27 33 -40 37 -12 3 -29 12 -37 20 -10 8 -31 12 -55 9 | |
| -22 -2 -45 -4 -52 -4 -7 -1 -24 -12 -38 -26 -67 -68 -100 -207 -64 -277 10 | |
| -20 19 -43 19 -51 0 -20 75 -124 139 -192 58 -63 206 -185 222 -185 6 0 36 | |
| -17 67 -39 78 -53 186 -106 279 -137 43 -14 85 -30 94 -35 9 -4 61 -18 115 | |
| -30 124 -28 338 -31 394 -7 20 8 57 18 82 22 26 4 50 12 54 17 6 10 46 28 76 | |
| 34 10 2 55 23 100 46 60 31 102 62 150 112 37 38 66 72 65 76 -2 9 23 52 48 | |
| 83 30 36 126 215 130 242 1 11 14 68 28 126 14 58 28 125 31 150 3 25 10 79 | |
| 16 120 18 121 15 476 -4 610 -21 138 -66 360 -100 490 -52 197 -95 563 -75 | |
| 634 6 19 4 37 -6 57 -8 15 -15 33 -15 39 0 13 -37 50 -50 50 -5 0 -10 3 -11 8 | |
| -5 45 -16 74 -52 130 -64 104 -137 196 -166 211 -14 7 -37 23 -51 36 -37 33 | |
| -183 130 -200 133 -8 1 -37 13 -65 27 -69 34 -143 54 -217 61 -35 3 -74 6 -88 | |
| 8 -14 1 -54 -1 -90 -6z m219 -419 c97 -39 176 -87 228 -141 98 -100 163 -170 | |
| 163 -176 0 -4 -5 -27 -11 -52 -6 -25 -11 -58 -11 -75 -1 -108 -91 -387 -178 | |
| -553 -93 -176 -215 -343 -263 -358 -12 -4 -53 -35 -92 -69 -38 -34 -92 -72 | |
| -120 -85 -141 -63 -205 -72 -301 -44 -53 15 -97 56 -147 134 -25 40 -67 222 | |
| -67 292 0 98 36 344 65 449 63 224 196 451 343 584 92 84 125 105 185 121 67 | |
| 16 113 10 206 -27z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment