Hello, I am experimenting with using rounded edges around boxes of text in my document. I've created an svg of a rectangle with rounded corners and created an fo:block like this:
<fo:block background-image="url(images/rounded-bg.svg)" padding="15px"> Text goes here... </fo:block> When I render this, I see the background image, but instead of being scaled to fit the block as I'd expected, I only get a corner of it since the block is smaller than the image. I can't seem to find a way to change this. Is it possible? Thanks! --Brad --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
