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="185.000000pt" height="285.000000pt" viewBox="0 0 185.000000 285.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,285.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M255 2840 c-70 -11 -102 -28 -128 -69 -20 -34 -22 -45 -18 -181 7 | |
| -310 6 -430 -8 -575 -7 -82 -14 -186 -16 -231 -1 -44 -5 -85 -8 -91 -12 -19 | |
| -49 -352 -57 -518 -22 -405 -23 -453 -10 -532 6 -43 18 -89 25 -103 8 -14 26 | |
| -59 41 -100 15 -41 36 -87 46 -102 10 -14 18 -30 18 -36 0 -11 155 -152 167 | |
| -152 5 0 29 -13 54 -29 24 -16 63 -35 86 -42 24 -7 43 -16 43 -20 0 -17 88 | |
| -34 240 -44 41 -3 96 -8 122 -10 26 -3 95 -1 155 4 59 6 140 13 178 16 39 3 | |
| 127 15 198 26 70 10 173 24 230 30 123 12 184 31 216 67 22 26 23 33 19 147 | |
| -3 101 -7 124 -23 143 -11 12 -25 22 -33 22 -7 0 -15 7 -18 15 -8 20 -185 19 | |
| -329 -1 -569 -82 -722 -84 -865 -8 -73 38 -120 88 -138 144 -18 59 -32 174 | |
| -32 272 0 108 25 408 46 553 40 278 70 602 79 845 4 142 -18 392 -35 398 -6 2 | |
| -10 17 -10 32 0 44 -27 93 -66 118 -36 23 -75 26 -169 12z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment