I am trying to draw on to an existing svg, but seem to be having a problem lining up elements. I think its the conversion to pt from px and i am using 1.25, but its still a bit off.
I'm still new to SVGs, but just figured out that it was a scaling issue between the SVG viewBox and bounding box. Once I added in the ratio adjustment of the two everything lined up.
Hi
I am trying to draw on to an existing svg, but seem to be having a problem lining up elements. I think its the conversion to pt from px and i am using 1.25, but its still a bit off.
How would i draw using pt instead of px?