115116117118119120121122123124125
// Translate to origin corresponding to SVG (top left) vg11.vgTranslate(xPos, yPos); // Scale the image vg11.vgScale(scaleFactor, -scaleFactor); // Draw the image on the screen drawPaths(vg11, _svgPathsArray); }