AW: AW: [xep-support] Titlepage in SVG covering whole page

Ettinger, Christian Christian.Ettinger at 3SOFT.de
Mon Oct 9 06:56:36 PDT 2006


Thank you a lot, this was the solution!

Wrapping the image in a <fo:block-container> permits to have images larger than the page and still get them rendered with XEP. This is exactly what I needed.

Thanks,
Christian
 

-----Ursprüngliche Nachricht-----
Von: owner-xep-support at renderx.com [mailto:owner-xep-support at renderx.com] Im Auftrag von Jirka Kosek
Gesendet: Montag, 9. Oktober 2006 15:20
An: xep-support at renderx.com
Betreff: Re: AW: [xep-support] Titlepage in SVG covering whole page

Ettinger, Christian wrote:

> Thanks for your help, but it did not really solve my problem.
> You are correct, this 'half leading' resulted in a small white line above my SVG. With line-height="1.0" this line vanished and I could make the SVG image 1mm higher.
> But, there is still a tine white line below the SVG, it is still not possible to make it as high as the page.
> 
> I just want the SVG to be rendered even if it has the same size (or is bigger) than the page! Is this possible with XEP?

You can put your image into block-container and then use absolute positioning to fine tune placement of image, e.g.:

<fo:block-container absolute-position="absolute"
			      left="-1.5cm"
			      top="-1cm" >
   ...
</fo:block-container>

--
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka at kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------
                    Nejbližší termíny školení:
     ** XSLT 23.-26.10.2006 ** XML schémata 13.-15.11.2006 **
      ** DocBook 11.-13.12.2006 ** XSL-FO 11.-12.12.2006 **
------------------------------------------------------------------
   http://xmlguru.cz    Blog mostly about XML for English readers
------------------------------------------------------------------


Please note: This e-mail may contain confidential information intended
solely for the addressee. If you have received this e-mail in error,
please do not disclose it to anyone, notify the sender promptly, and
delete the message from your system. Thank you.

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



More information about the Xep-support mailing list