Relative Content

Tag Archive for svg

How to implement smooth path join using SVG paths/figures?

I need to join SVG paths dynamically having the smooth joins (rendered red on the sample picture). Sample result below. Is there a way to achieve this without using any external libs? Ideally I need to be able to animate the circles while maintaining the joins smooth.