The x,y coordinates in the text line determine where it starts. The font-size by default is in pixels. You should also be able to use em I believe. If you look at the viewBox="0 0 2048 1600" you may notice that the width is the same as your images and the height is a bit more. I think yours were 1536. This leaves quite a few pixels for the text. You can increase the 1600 number if you wish to make more room. SVG has its own entry for fonts as well if you want a certain one. x is increase left to right while y increases downward when specifying where the text should start. When you use different size readers the numbers will scale accordingly.
Dale
|