View Single Post
Old 11-06-2014, 04:49 PM   #23
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
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
DaleDe is offline   Reply With Quote