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="153.000000pt" height="317.000000pt" viewBox="0 0 153.000000 317.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,317.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M850 3163 c-33 -12 -93 -81 -120 -138 -52 -111 -111 -262 -114 -295 | |
| -6 -45 -20 -97 -31 -110 -7 -8 -19 -53 -28 -99 -9 -46 -18 -86 -20 -87 -2 -2 | |
| -66 -6 -143 -9 -164 -6 -293 -23 -315 -42 -8 -7 -20 -13 -26 -13 -5 0 -20 -11 | |
| -33 -25 -21 -22 -22 -30 -16 -97 11 -116 17 -137 47 -167 24 -24 41 -30 117 | |
| -40 48 -6 139 -11 201 -11 113 0 113 0 107 -22 -17 -55 -53 -300 -55 -368 -1 | |
| -40 -6 -81 -11 -90 -5 -9 -14 -81 -20 -160 -6 -80 -16 -183 -23 -230 -11 -85 | |
| -15 -320 -8 -480 6 -166 60 -358 124 -450 18 -25 38 -57 46 -72 8 -16 18 -28 | |
| 23 -28 4 0 18 -12 31 -26 71 -82 240 -117 402 -82 50 11 98 21 108 23 11 3 38 | |
| 15 60 29 23 13 47 25 52 26 6 1 32 16 59 33 27 18 63 41 80 52 54 34 148 143 | |
| 170 196 25 62 -11 162 -74 208 -36 26 -47 28 -124 28 l-84 0 -70 -67 c-38 -38 | |
| -93 -81 -123 -95 -74 -38 -154 -64 -176 -59 -10 3 -33 28 -52 56 -30 47 -34 | |
| 61 -48 187 -22 205 -12 414 41 875 21 175 67 476 82 527 3 11 27 18 87 27 214 | |
| 29 334 52 366 69 15 7 31 13 38 13 20 0 60 43 76 81 14 34 13 44 -10 144 l-25 | |
| 106 -43 21 c-43 21 -44 21 -130 4 -48 -10 -111 -19 -139 -22 -28 -2 -75 -8 | |
| -103 -12 -29 -5 -53 -6 -53 -2 0 37 61 295 92 389 12 36 22 79 24 95 1 17 8 | |
| 46 15 64 20 47 6 61 -107 109 -108 45 -103 44 -124 36z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment