.gitignore
.pyup.yml
CHANGELOG.md
LICENSE.txt
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/extract_changes.py
.github/workflows/pypi_publish.yml
.github/workflows/run_tests.yml
src/drawbot_skia/__init__.py
src/drawbot_skia/__main__.py
src/drawbot_skia/_version.py
src/drawbot_skia/document.py
src/drawbot_skia/drawbot.py
src/drawbot_skia/drawing.py
src/drawbot_skia/errors.py
src/drawbot_skia/ffmpeg.py
src/drawbot_skia/font.py
src/drawbot_skia/gstate.py
src/drawbot_skia/path.py
src/drawbot_skia/runner.py
src/drawbot_skia/segmenting.py
src/drawbot_skia/text.py
src/drawbot_skia.egg-info/PKG-INFO
src/drawbot_skia.egg-info/SOURCES.txt
src/drawbot_skia.egg-info/dependency_links.txt
src/drawbot_skia.egg-info/entry_points.txt
src/drawbot_skia.egg-info/requires.txt
src/drawbot_skia.egg-info/top_level.txt
tests/test_api.py
tests/test_font.py
tests/test_path.py
tests/test_runner.py
tests/test_text.py
tests/apitests/arc.py
tests/apitests/arcTo.py
tests/apitests/blendMode.py
tests/apitests/clip.py
tests/apitests/fontFromPath.py
tests/apitests/fontFromPath2.py
tests/apitests/fontVariations.py
tests/apitests/image.py
tests/apitests/imageBlendMode.py
tests/apitests/language.py
tests/apitests/lineDash.py
tests/apitests/linearGradient.py
tests/apitests/oval.py
tests/apitests/path.py
tests/apitests/path2.py
tests/apitests/pathAppend.py
tests/apitests/pathDrawToPen.py
tests/apitests/pathReverse.py
tests/apitests/pathText.py
tests/apitests/pathTextRemoveOverlap.py
tests/apitests/pathTransform.py
tests/apitests/pathWinding.py
tests/apitests/pathops.py
tests/apitests/pathopsOperator.py
tests/apitests/pointInside.py
tests/apitests/polygon.py
tests/apitests/radialGradient.py
tests/apitests/rect.py
tests/apitests/shadow.py
tests/apitests/textShaping.py
tests/apitests/transform.py
tests/apitests/transformCenter.py
tests/apitests_expected_output/arc.jpg
tests/apitests_expected_output/arc.pdf
tests/apitests_expected_output/arc.png
tests/apitests_expected_output/arc.svg
tests/apitests_expected_output/arcTo.jpg
tests/apitests_expected_output/arcTo.pdf
tests/apitests_expected_output/arcTo.png
tests/apitests_expected_output/arcTo.svg
tests/apitests_expected_output/blendMode.jpg
tests/apitests_expected_output/blendMode.pdf
tests/apitests_expected_output/blendMode.png
tests/apitests_expected_output/blendMode.svg
tests/apitests_expected_output/clip.jpg
tests/apitests_expected_output/clip.pdf
tests/apitests_expected_output/clip.png
tests/apitests_expected_output/clip.svg
tests/apitests_expected_output/fontFromPath.jpg
tests/apitests_expected_output/fontFromPath.pdf
tests/apitests_expected_output/fontFromPath.png
tests/apitests_expected_output/fontFromPath.svg
tests/apitests_expected_output/fontFromPath2.jpg
tests/apitests_expected_output/fontFromPath2.pdf
tests/apitests_expected_output/fontFromPath2.png
tests/apitests_expected_output/fontFromPath2.svg
tests/apitests_expected_output/fontVariations.jpg
tests/apitests_expected_output/fontVariations.pdf
tests/apitests_expected_output/fontVariations.png
tests/apitests_expected_output/fontVariations.svg
tests/apitests_expected_output/image.jpg
tests/apitests_expected_output/image.pdf
tests/apitests_expected_output/image.png
tests/apitests_expected_output/image.svg
tests/apitests_expected_output/imageBlendMode.jpg
tests/apitests_expected_output/imageBlendMode.pdf
tests/apitests_expected_output/imageBlendMode.png
tests/apitests_expected_output/imageBlendMode.svg
tests/apitests_expected_output/language.jpg
tests/apitests_expected_output/language.pdf
tests/apitests_expected_output/language.png
tests/apitests_expected_output/language.svg
tests/apitests_expected_output/lineDash.jpg
tests/apitests_expected_output/lineDash.pdf
tests/apitests_expected_output/lineDash.png
tests/apitests_expected_output/lineDash.svg
tests/apitests_expected_output/linearGradient.jpg
tests/apitests_expected_output/linearGradient.pdf
tests/apitests_expected_output/linearGradient.png
tests/apitests_expected_output/linearGradient.svg
tests/apitests_expected_output/oval.jpg
tests/apitests_expected_output/oval.pdf
tests/apitests_expected_output/oval.png
tests/apitests_expected_output/oval.svg
tests/apitests_expected_output/path.jpg
tests/apitests_expected_output/path.pdf
tests/apitests_expected_output/path.png
tests/apitests_expected_output/path.svg
tests/apitests_expected_output/path2.jpg
tests/apitests_expected_output/path2.pdf
tests/apitests_expected_output/path2.png
tests/apitests_expected_output/path2.svg
tests/apitests_expected_output/pathAppend.jpg
tests/apitests_expected_output/pathAppend.pdf
tests/apitests_expected_output/pathAppend.png
tests/apitests_expected_output/pathAppend.svg
tests/apitests_expected_output/pathDrawToPen.jpg
tests/apitests_expected_output/pathDrawToPen.pdf
tests/apitests_expected_output/pathDrawToPen.png
tests/apitests_expected_output/pathDrawToPen.svg
tests/apitests_expected_output/pathReverse.jpg
tests/apitests_expected_output/pathReverse.pdf
tests/apitests_expected_output/pathReverse.png
tests/apitests_expected_output/pathReverse.svg
tests/apitests_expected_output/pathText.jpg
tests/apitests_expected_output/pathText.pdf
tests/apitests_expected_output/pathText.png
tests/apitests_expected_output/pathText.svg
tests/apitests_expected_output/pathTextRemoveOverlap.jpg
tests/apitests_expected_output/pathTextRemoveOverlap.pdf
tests/apitests_expected_output/pathTextRemoveOverlap.png
tests/apitests_expected_output/pathTextRemoveOverlap.svg
tests/apitests_expected_output/pathTransform.jpg
tests/apitests_expected_output/pathTransform.pdf
tests/apitests_expected_output/pathTransform.png
tests/apitests_expected_output/pathTransform.svg
tests/apitests_expected_output/pathWinding.jpg
tests/apitests_expected_output/pathWinding.pdf
tests/apitests_expected_output/pathWinding.png
tests/apitests_expected_output/pathWinding.svg
tests/apitests_expected_output/pathops.jpg
tests/apitests_expected_output/pathops.pdf
tests/apitests_expected_output/pathops.png
tests/apitests_expected_output/pathops.svg
tests/apitests_expected_output/pathopsOperator.jpg
tests/apitests_expected_output/pathopsOperator.pdf
tests/apitests_expected_output/pathopsOperator.png
tests/apitests_expected_output/pathopsOperator.svg
tests/apitests_expected_output/pointInside.jpg
tests/apitests_expected_output/pointInside.pdf
tests/apitests_expected_output/pointInside.png
tests/apitests_expected_output/pointInside.svg
tests/apitests_expected_output/polygon.jpg
tests/apitests_expected_output/polygon.pdf
tests/apitests_expected_output/polygon.png
tests/apitests_expected_output/polygon.svg
tests/apitests_expected_output/radialGradient.jpg
tests/apitests_expected_output/radialGradient.pdf
tests/apitests_expected_output/radialGradient.png
tests/apitests_expected_output/radialGradient.svg
tests/apitests_expected_output/rect.jpg
tests/apitests_expected_output/rect.pdf
tests/apitests_expected_output/rect.png
tests/apitests_expected_output/rect.svg
tests/apitests_expected_output/shadow.jpg
tests/apitests_expected_output/shadow.pdf
tests/apitests_expected_output/shadow.png
tests/apitests_expected_output/shadow.svg
tests/apitests_expected_output/textShaping.jpg
tests/apitests_expected_output/textShaping.pdf
tests/apitests_expected_output/textShaping.png
tests/apitests_expected_output/textShaping.svg
tests/apitests_expected_output/transform.jpg
tests/apitests_expected_output/transform.pdf
tests/apitests_expected_output/transform.png
tests/apitests_expected_output/transform.svg
tests/apitests_expected_output/transformCenter.jpg
tests/apitests_expected_output/transformCenter.pdf
tests/apitests_expected_output/transformCenter.png
tests/apitests_expected_output/transformCenter.svg
tests/fonts/IBMPlex-LICENSE.txt
tests/fonts/IBMPlexSansArabic-Regular.otf
tests/fonts/MutatorSans-LICENSE.txt
tests/fonts/MutatorSans.ttf
tests/fonts/SourceSerifPro-LICENSE.md
tests/fonts/SourceSerifPro-Regular.otf
tests/images/drawbot.png