That's missing the fox: prefix. "translate" is not a standard property and must be "fox:translate". See http://xmlgraphics.apache.org/fop/0.95/extensions.html#transform
A more standard way for arbitrary rotations can be achieved through SVG where it's easy to apply more complex transformations to an image. On 26.04.2010 13:03:03 Peter Hancock wrote: > You can also use the extension attribute 'translate': > <fo:block-container translate="rotate(45)" absolute-position="absolute"> > <fo:external-graphic ... </fo:block-container> > > You have finer control of the angle, however the absolute-position must be > set to "absolute" or "fixed" ( relative to the block-containers parent). > > Pete > On Mon, Apr 26, 2010 at 10:45 AM, Venkat Reddy < > [email protected]> wrote: > > > You can rotate the image in the following way... > > > > <fo:block-container reference-orientation="90"> <fo:external-graphic ... > > </fo:block-container> > > > > Venkat. > > > > > > Thomas Peterson wrote: > > > >> Is it possible to rotate an Image Element width degrees? > >> > >> Best regards > >> > >> Thomas Peterson > >> Geschaftsfuhrender Gesellschafter - Software Development > >> > >> ******************************************************************* > >> PrintshopCreator GmbH > >> WebToPrint Losungen fur die Druckindustrie. > >> GF: Thomas Peterson, Heinz Broskamp > >> Am Mittelhafen 42-44 > >> D - 48155 Munster > >> Tel.: +49 (0) 251-136 56 33 8 > >> Fax.: +49 (0) 251-136 56 33 9 > >> Web: www.printshopcreator.de > >> Email: [email protected] > >> > >> Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
