Image and Text. Repr Corrections
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.