This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Description
This project started as a hack to get a minimal svg tooltip working with d3. Nothing at the time existed that targeted SVG specifically. Once it worked well enough for my needs, I documented it and through it up on GitHub. Without a test suite.
Not having a proper test suite created a significant burden to accepting contributions since there was no baseline level checks to ensure that a contributions passed the most basic requirements before code review. Having a test suite would give us confidence that changes we introduce would not break existing assumptions and also raise the quality bar for contributions.
This is pretty high on my personal priority list for this project.
/cc @vdh