This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
fontTools
/
svgLib
/
__init__.py
4 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
move stuff to fontTools.svgLib.path sub-package in case later on we want to add things to svgLib which don't have to do with paths specifically
2017-09-12 22:21:20 -04:00
from
.
path
import
SVGPath
,
parse_path
[svgPath] export parse_path function from svgPath.parser submodule
2017-09-08 18:17:08 +01:00
move stuff to fontTools.svgLib.path sub-package in case later on we want to add things to svgLib which don't have to do with paths specifically
2017-09-12 22:21:20 -04:00
__all__
=
[
"
SVGPath
"
,
"
parse_path
"
]
Reference in New Issue
Copy Permalink