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="168.000000pt" height="222.000000pt" viewBox="0 0 168.000000 222.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,222.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1045 2205 c-33 -7 -74 -18 -92 -23 -17 -6 -34 -8 -36 -5 -6 5 -154 | |
| -72 -177 -92 -8 -8 -28 -20 -44 -29 -76 -39 -254 -216 -374 -371 -71 -92 -194 | |
| -322 -242 -455 -63 -170 -76 -253 -74 -465 1 -110 5 -144 29 -225 15 -52 32 | |
| -100 37 -106 5 -7 11 -22 13 -35 6 -29 70 -124 110 -161 178 -168 342 -228 | |
| 635 -230 196 -1 370 26 561 87 26 8 55 15 66 15 18 0 62 22 150 75 38 23 58 | |
| 61 67 123 8 59 -3 81 -81 156 -83 81 -112 89 -173 51 -24 -15 -87 -38 -144 | |
| -51 -55 -14 -123 -31 -151 -39 -205 -57 -485 -36 -607 47 -52 36 -88 101 -108 | |
| 195 -29 132 19 417 94 563 98 192 216 332 414 494 79 64 175 106 242 106 36 0 | |
| 40 -3 40 -25 0 -14 5 -25 10 -25 15 0 47 -58 67 -120 23 -76 71 -160 91 -160 | |
| 31 1 137 26 160 39 12 6 22 21 22 33 0 12 12 41 26 66 l26 44 -21 109 c-32 | |
| 158 -59 237 -87 256 -13 8 -24 21 -24 29 0 7 -10 19 -22 25 -13 7 -43 29 -68 | |
| 49 -25 21 -63 43 -85 49 -65 18 -185 21 -250 6z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment