meerk40t / svgelements

SVG Parsing for Elements, Paths, and other SVG Objects.
MIT License
127 stars 28 forks source link

[Bug]: Copy of Polyline with 1 point has zero points. #172

Closed tatarize closed 2 years ago

tatarize commented 2 years ago
        p = Polyline(0,0)
        q = Polyline(p)
        self.assertEqual(len(q), 1)

Fails.