Skip to content

gferreira/importSVG

Repository files navigation

importSVG

uses simple_svg_parser

svg2drawbot

svg = SVGImage('tests2/desert.svg')
size(svg.width, svg.height)
svg.draw()

svg2robofont

g = CurrentGlyph()
g.clear()
svgPen = SVGPen('tests2/desert.svg', g.getPen())

About

scripts to import SVG data into DrawBot or RoboFont

Resources

Stars

Watchers

Forks

Languages