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="226.000000pt" height="258.000000pt" viewBox="0 0 226.000000 258.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,258.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2030 2570 c-58 -8 -81 -21 -111 -64 -13 -20 -27 -36 -31 -36 -6 0 | |
| -88 -118 -135 -195 -139 -227 -216 -379 -426 -840 -58 -126 -135 -293 -172 | |
| -370 -37 -77 -94 -198 -125 -268 l-58 -128 -57 143 c-31 79 -68 177 -82 218 | |
| -14 41 -58 159 -98 261 -41 102 -94 255 -120 340 -26 85 -84 269 -130 409 -46 | |
| 140 -91 284 -101 320 -9 36 -23 72 -29 80 -7 8 -15 32 -19 52 -8 43 -37 68 | |
| -79 68 -16 0 -70 -9 -119 -21 -81 -19 -91 -24 -113 -57 -48 -70 -33 -177 66 | |
| -486 78 -244 143 -455 164 -531 9 -33 25 -78 35 -100 11 -22 42 -105 71 -185 | |
| 28 -80 57 -158 64 -175 7 -16 16 -41 20 -55 4 -14 36 -99 72 -190 35 -91 78 | |
| -201 95 -245 17 -44 39 -91 48 -105 9 -14 39 -81 65 -150 86 -225 108 -248 | |
| 242 -254 72 -4 82 -2 130 26 48 26 57 37 93 113 22 46 50 114 61 152 12 37 30 | |
| 85 41 107 11 21 44 99 74 172 30 74 91 210 135 302 79 161 249 529 249 537 0 | |
| 2 24 54 54 117 170 360 272 541 389 691 61 78 64 85 66 143 l2 61 -64 59 c-85 | |
| 78 -111 92 -167 84z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment