Searched refs:SVGPath (Results 1 – 5 of 5) sorted by relevance
3 from fontTools.svgLib import SVGPath41 svg = SVGPath(tmp.name)50 svg = SVGPath.fromstring(SVG_DATA)57 svg = SVGPath.fromstring(SVG_DATA, transform=(1.0, 0, 0, -1.0, 0, 1000))
8 from fontTools.svgLib import SVGPath25 outline = SVGPath.fromstring(svg, transform=transform)
1 from .path import SVGPath, parse_path
11 class SVGPath(object): class
267 [SVGPath](https://www.w3schools.com/graphics/svg_path.asp)707 [SVGPath](https://www.w3schools.com/graphics/svg_path.asp) based on `this` path.