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="262.000000pt" viewBox="0 0 219.000000 262.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,262.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1655 2598 c-39 -20 -54 -36 -146 -172 -26 -37 -55 -78 -66 -90 -32 | |
| -37 -124 -167 -130 -184 -4 -9 -39 -59 -78 -112 -39 -52 -98 -133 -130 -180 | |
| -33 -47 -62 -87 -66 -90 -3 -3 -45 -60 -92 -128 l-86 -123 -43 43 c-201 201 | |
| -419 527 -477 713 -22 69 -82 179 -111 202 l-27 22 -65 -18 c-89 -26 -102 -34 | |
| -119 -78 -13 -32 -13 -59 -3 -178 12 -135 14 -144 64 -260 29 -66 60 -141 71 | |
| -167 19 -47 96 -163 150 -226 16 -18 29 -42 29 -53 0 -12 56 -76 147 -169 | |
| l148 -149 -55 -73 c-70 -94 -156 -197 -185 -223 -44 -40 -181 -211 -197 -247 | |
| -9 -20 -25 -39 -35 -42 -19 -6 -66 -80 -123 -195 -27 -55 -31 -71 -27 -122 3 | |
| -39 11 -67 23 -80 23 -25 135 -89 157 -89 8 0 37 20 63 45 27 24 50 42 53 40 | |
| 5 -6 91 84 91 95 0 4 26 37 58 72 213 240 270 306 356 412 53 65 103 127 110 | |
| 138 14 20 15 20 58 -13 309 -238 656 -558 741 -686 82 -122 156 -207 190 -219 | |
| 56 -19 81 -10 169 59 102 80 105 83 112 128 5 32 -2 46 -67 140 -130 189 -255 | |
| 345 -320 398 -18 14 -63 55 -102 91 -80 74 -184 162 -365 307 -172 138 -167 | |
| 130 -130 179 16 21 30 43 30 47 0 7 38 66 50 77 9 8 113 149 165 225 27 39 79 | |
| 111 116 160 36 50 103 144 147 211 45 67 89 127 98 134 38 32 111 149 130 209 | |
| 21 64 21 67 4 101 -15 28 -37 44 -114 83 -52 26 -103 50 -113 51 -10 2 -36 -5 | |
| -58 -16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment