Hi, i’m new to SVG and have trouble parsing svg files to eXtract all the teXt with their absolute positions and bounding boXes. This is the code I wrote, From my understanding, GetScreenCTM() should give me a transformat…...which when applied to the initial x and y pos from GetBBox() should...GetScreenCTM(); var x1 = bbox.X; var y1 = bbox.Y; var width =...