2022-09-19

How can I fix path data as circle in svg?

i have a problem, i convert the circles I drew to Autocad as high quality pdf, then I import this pdf with inkscape or corelDraw, my aim is to export this pdf as svg. No problems so far.

but circles in pdf appear as path not circle in svg. There are about 25 thousand flats, and showing it in svg as a path causes performance loss.

How can I fix path data as circle in svg?

<path d="M 837.5,0 C 837.5,462.53851 462.53851,837.5 0,837.5 -462.53851,837.5 -837.5,462.53851 -837.5,0 c 0,-462.53851 374.96149,-837.5 837.5,-837.5 462.53851,0 837.5,374.96149 837.5,837.5" id="path1932"/>

this is the path data for a circle as shown in the image, I want it <circle cx="100" cy="100" r="75" /> to look like this, is it possible?

enter image description here



No comments:

Post a Comment