aboutsummaryrefslogtreecommitdiff
path: root/src/svg/mod.rs
Commit message (Collapse)AuthorAgeLines
* Change prints to logs where necessaryArne Dußin2020-11-25-6/+6
| | | | | There were quite a few places, where I hardcoded a print in. Most of these should use the logger instead, so I fixed it.
* Remove unused importsArne Dußin2020-11-10-1/+0
|
* Add (very) basic path-drawingArne Dußin2020-11-03-0/+176