Skip to content

Image and Text. Repr Corrections

Compare
Choose a tag to compare
@tatarize tatarize released this 05 Sep 00:01
· 376 commits to master since this release
9fecbe8

SVGImage and SVGText were renamed with strong backwards compatible assignments to Image and Text.
The potential for that to break compatibility is the reason for the this goes to 1.6.0 rather than 1.5.7. No testing found any breaks. If you import * the existence of svgelements.Image could mess with PIL namespaces. If you import correctly this should not be an issue.

The rest of this version is __repr__ corrections for the minor objects and coverage for those.