mozman / svgwrite

Python Package to write SVG files (UNMAINTAINED)
Other
548 stars 97 forks source link

Correct some broken spelling. #85

Closed shlomif closed 4 years ago

shlomif commented 4 years ago

"attributes" was spelled without an "e".

(I didn't try running the test suite yet.)

BTW, thanks for svgwrite.py . I used it to visualize my analytic-geometry model for a solution to one of https://en.wikipedia.org/wiki/Project_Euler 's problems and it caught some issues with it.

shlomif commented 4 years ago

Update: tox seems to succeed localy.

shlomif commented 4 years ago

Thanks, @mozman !