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="206.000000pt" height="303.000000pt" viewBox="0 0 206.000000 303.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,303.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1758 3019 c-10 -5 -18 -7 -18 -3 0 5 -15 -6 -32 -23 -18 -17 -49 | |
| -39 -68 -48 -19 -10 -39 -23 -45 -30 -5 -6 -27 -23 -47 -38 -20 -15 -49 -49 | |
| -64 -76 -15 -26 -41 -58 -58 -69 -17 -12 -51 -40 -76 -63 -42 -38 -201 -161 | |
| -494 -383 -65 -49 -148 -118 -185 -154 -36 -35 -79 -71 -96 -79 -16 -8 -51 | |
| -36 -77 -61 -26 -25 -50 -44 -52 -41 -3 3 -7 146 -9 319 -5 383 -22 518 -68 | |
| 562 -37 36 -63 41 -164 36 -76 -4 -87 -7 -110 -32 -60 -65 -57 -24 -67 -946 | |
| -5 -542 -12 -852 -18 -865 -17 -32 -7 -870 10 -917 18 -51 57 -89 100 -101 46 | |
| -12 219 4 240 23 37 32 52 88 51 190 -4 456 -1 823 8 915 6 61 11 135 11 165 | |
| 0 79 5 82 72 60 31 -10 74 -21 95 -25 97 -15 236 -59 318 -101 102 -52 131 | |
| -72 214 -149 32 -30 63 -55 68 -55 9 0 49 -45 156 -180 71 -89 177 -283 204 | |
| -373 33 -111 113 -303 135 -322 13 -10 47 -27 77 -37 l53 -18 97 39 c90 36 98 | |
| 41 121 84 28 52 30 44 -39 239 -44 126 -99 264 -133 331 -33 67 -139 240 -163 | |
| 267 -12 14 -41 53 -64 88 -45 67 -255 282 -275 282 -7 0 -23 11 -36 25 -13 14 | |
| -29 25 -35 25 -7 0 -23 9 -37 19 -43 34 -232 129 -269 135 -20 4 -46 15 -57 | |
| 25 -12 9 -47 23 -79 31 l-57 12 30 27 c17 14 81 70 143 125 63 54 184 153 270 | |
| 220 243 188 435 335 534 409 49 37 112 88 139 112 28 25 54 45 59 45 13 0 36 | |
| 50 44 95 10 56 6 157 -7 172 -6 7 -7 13 -4 13 21 0 -33 34 -109 70 -92 42 | |
| -109 46 -137 29z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment