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="192.000000pt" height="282.000000pt" viewBox="0 0 192.000000 282.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,282.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M171 2799 c-38 -40 -55 -81 -63 -149 -4 -36 -12 -94 -17 -130 -6 -36 | |
| -17 -135 -25 -220 -9 -85 -23 -222 -31 -305 -29 -279 -32 -349 -34 -705 -2 | |
| -284 1 -377 14 -463 9 -59 14 -111 11 -115 -7 -11 37 -187 68 -271 43 -119 93 | |
| -201 169 -279 39 -39 75 -72 80 -72 5 0 22 -9 37 -20 40 -29 184 -63 257 -61 | |
| 76 1 232 37 256 59 10 9 23 17 30 18 56 10 128 33 217 70 58 24 138 55 179 69 | |
| 41 14 85 32 98 40 12 8 52 22 88 30 65 16 67 15 125 -11 93 -41 127 -33 204 | |
| 51 33 38 64 74 69 81 11 18 16 87 7 99 -4 6 -13 26 -19 46 -9 28 -21 41 -52 | |
| 54 -22 10 -50 28 -64 40 -25 24 -93 42 -160 44 -22 1 -51 4 -65 6 -25 5 -243 | |
| -45 -285 -65 -11 -5 -49 -19 -85 -31 -70 -22 -228 -87 -246 -100 -5 -5 -62 | |
| -27 -125 -49 -100 -37 -122 -41 -176 -37 -72 5 -98 27 -138 112 -67 146 -108 | |
| 570 -86 900 6 88 16 234 21 325 10 167 27 382 35 455 2 22 11 98 19 169 8 70 | |
| 18 175 22 232 11 171 -7 190 -193 200 -117 7 -120 6 -142 -17z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment