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="220.000000pt" height="312.000000pt" viewBox="0 0 220.000000 312.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M796 3112 c-3 -6 -32 -14 -64 -18 -93 -11 -312 -90 -312 -112 0 -4 | |
| -26 -23 -57 -41 -32 -19 -88 -61 -125 -93 -37 -32 -97 -72 -132 -88 -75 -34 | |
| -88 -59 -76 -147 3 -29 3 -56 -1 -60 -5 -5 -13 -53 -18 -108 -9 -94 -8 -104 | |
| 16 -175 14 -41 33 -82 43 -91 31 -27 44 -326 60 -1354 l8 -540 28 -85 c60 | |
| -183 106 -213 283 -185 32 5 121 75 146 115 5 8 14 64 20 123 10 96 9 111 -5 | |
| 127 -9 11 -25 38 -34 62 -10 24 -22 52 -27 63 -10 24 -17 915 -7 915 4 0 51 | |
| -33 105 -73 54 -41 128 -96 164 -123 421 -314 467 -352 629 -514 186 -186 237 | |
| -258 307 -430 24 -58 49 -109 56 -115 7 -5 20 -22 30 -37 20 -32 83 -67 112 | |
| -62 11 2 62 18 114 36 108 38 132 61 135 129 3 81 -128 364 -228 494 -17 21 | |
| -31 42 -31 46 0 10 -132 164 -163 191 -15 13 -42 41 -60 62 -57 66 -285 251 | |
| -432 351 -137 93 -134 84 -35 121 139 52 321 152 387 212 14 13 29 23 33 22 7 | |
| -2 175 158 175 167 0 2 11 16 25 31 14 15 25 31 25 35 0 5 16 34 35 65 47 77 | |
| 111 266 107 317 -6 101 -14 165 -21 165 -4 0 -15 26 -26 58 -10 31 -25 64 -32 | |
| 73 -7 8 -13 21 -13 28 0 16 -179 205 -199 210 -9 2 -37 18 -62 37 -26 19 -52 | |
| 34 -58 34 -6 0 -42 15 -79 34 -37 18 -98 44 -137 56 -38 12 -88 28 -110 36 | |
| -66 22 -161 33 -356 41 -91 4 -138 2 -143 -5z m241 -382 c99 -11 289 -69 358 | |
| -109 63 -36 203 -173 211 -207 4 -14 4 -50 1 -80 -5 -44 -15 -68 -61 -135 -31 | |
| -44 -56 -84 -56 -88 0 -7 -135 -109 -194 -146 -15 -10 -80 -43 -145 -72 -124 | |
| -58 -196 -73 -349 -73 -57 0 -82 5 -120 24 -45 24 -49 24 -101 11 -30 -8 -55 | |
| -14 -56 -12 -4 5 -39 425 -41 482 0 33 -11 96 -22 140 -12 44 -22 86 -22 93 0 | |
| 14 123 97 192 130 95 46 243 61 405 42z"/> | |
| </g> | |
| </svg> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment