Linecap and Linejoint are great config for SVG lines

18th November, 2019 1 min. read

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.