It will work at any screen size. What happens at different screen sizes is that the text is scaled. However, I'm not sure if Adobe Digital Edition supports the crucial
text-anchor="middle" property
you'll have to test it and see. Also text in SVG does not support multiple lines, so you have to have a separate text element for each line you want centered.
|