0

I am trying to position my Svg created through Path2d() but nothing till now has been working for me

const hf = document.querySelector(".hf"); const ellipse = new Path2D(hf.getAttribute("d")); hf is the SVG in my HTML Now how can i position this ellipse on my HTML5 Canvas

0 Answers0