meerk40t / svgelements

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

Use .x and .y for default Point access. #60

Closed tatarize closed 3 years ago

tatarize commented 3 years ago

The calls to __getitem__ add up quickly after a few thousand calls. If the item might not have the attributes then fallback to index. Profiling in #52 shows it to be a non-trivial slowdown.