Knio / dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
GNU Lesser General Public License v3.0
1.71k stars 110 forks source link

Remove duplicate `tspan` tag from `svg.py` #154

Closed Parnassius closed 2 years ago

Parnassius commented 3 years ago

The other one is here

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.1%) to 97.906% when pulling d64581308ca8b4dba40b15e7a2483a5a27c08a65 on Parnassius:remove-duplicate-tspan into 479e4ea325f390442801d1b72637d26c94cccf89 on Knio:master.