// Move the y position to just below the text that was drawn
final int yPos = _displayHeight - (TEXT_OFFSET + 5);
// 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