Just a reminder that SVG has these two line configuration that allow great flexibility when drawing lines:
line{
stroke-linecap: round;
stroke-linejoint: round;
}
Just to keep in mind.
Spotted a typo or (likely) a grammar error? Send a pull request.