Forum How do I...?

Rotate Text

riffmaster
Hi,

I'm working on aligning text vertically like on the spine of a book. I went through the older threads and they say it can be done only by using an SVG as there is no css property for doing it.

I'm using html to create the file and I was wondering if there is a way to load the svg file on to the html. I tried using < object > and < img > tags but the svg part does not appear in the pdf but it appears on a html5 browser.

Is there a workaround for this ?

Thanks
mikeday
You should be able to refer to external SVG files with the <img> element. Are you getting any error or warning messages from Prince?