bpierre / fontello-svg

Generate SVG icons from a Fontello icon set.
MIT License
65 stars 7 forks source link

export svg from Custom font #5

Open FourwingsY opened 9 years ago

FourwingsY commented 9 years ago

in custom icon, fontello's config.js file contains codes like

"src": "custom_icons",
"svg": {
        "path": "M0 860L1000 860 1000 915 0 915 0 860ZM0 468L1000 468 1000 523 0 523 0 468ZM0 85L1000 85 1000 140 0 140 0 85Z",
        "width": 1000
      },

i want to export svg from this information. this feature will make fontello-svg better.

bpierre commented 9 years ago

Yes I agree