Searched refs:SVGPath (Results 1 – 6 of 6) sorted by relevance
5 from fontTools.svgLib import SVGPath46 svg = SVGPath(tmp.name)55 svg = SVGPath.fromstring(SVG_DATA)62 svg = SVGPath.fromstring(SVG_DATA,
9 from fontTools.svgLib import SVGPath27 outline = SVGPath.fromstring(svg, transform=transform)
4 from .path import SVGPath, parse_path
14 class SVGPath(object): class
256 **str** - `String` representing an [SVGPath](https://www.w3schools.com/graphics/svg_path.asp)657 Returns a `String` representing an [SVGPath](https://www.w3schools.com/graphics/svg_path.asp) based…
255 **str** - `String` representing an [SVGPath](https://www.w3schools.com/graphics/svg_path.asp)656 Returns a `String` representing an [SVGPath](https://www.w3schools.com/graphics/svg_path.asp) based…