Hello,
as far as I know, the size can't be bigger than the region where you put it.
What I did, to put a graphic on an entire page is:
I specified a page master without margins, and put the image as
background-image on the flow-block

<fo:simple-page-master page-width="210mm" master-name="A4"
page-height="297mm" margin-right="0cm" margin-left="0mm">
  <fo:region-start />
  <fo:region-body
background-image="C:/ch_eprint/FOP/tests/svg_layer/img/layer1.svg" />
  <fo:region-before /> 
  <fo:region-after /> 
</fo:simple-page-master>

I think you can find a similar way to solve your problem.
Greetz
Carsten

-----Urspr�ngliche Nachricht-----
Von: Leet, Ethan C [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 10. April 2003 16:00
An: '[EMAIL PROTECTED]'
Betreff: Graphics SVG




        Hello,

        I am using 

        <fo:block break-before="page">
                <fo:instream-foreign-object>
                        <svg xmlns="http://www.w3.org/2000/svg"; width="192"
height="600" xml:space="preserve">
                                .......
                        </svg>
                </fo:instream-foreign-object>
        </fo:block>

        this element it include a SVG graphic.

        I want the graphic on one page so the graphic will consume the
entire page.

        Yet, when I view the PDF, I only see the top left corner of the
graphic.

        How can I specify the size ?

        Why don't I see the entire graphic ?

        Doesn't the fo:block size to the entire page if it can ?

Thank you ..


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to