Hi, > -----Message d'origine----- > De : news [mailto:[email protected]] De la part de Ulrich Mayring > Envoyé : jeudi 15 janvier 2009 10:19 > > Peter Coppens wrote: > > I struggled with something similar > > > > See http://markmail.org/message/5ppuwom7arnzqjy7 > > > > The solution provided was to set font-size="0pt" > > I changed my FO according to your example: > > <fo:block-container absolute-position="fixed" left="0.5cm" top="10cm" > height="1cm" width="0.5cm"> > <fo:block font-size="0pt"> > <fo:instream-foreign-object> > <svg:svg height="0.5cm" width="0.5cm"> > <svg:line x1="0cm" y1="0cm" x2="0.5cm" y2="0cm" > style="stroke:rgb(0,0,0);stroke-width:0.2pt"/> > </svg:svg> > </fo:instream-foreign-object> > </fo:block> > </fo:block-container> > > But this has no effect, I am still getting the same offset. > Unfortunately the > offset changes all over the page, so I cannot correct it by > adding some fixed > value. > > Ulrich
What Peter pointed to is the position of the picture inside the fo:block-container. Your problem seems to be the wrong position of the fo:block-container itself. I think that your problem is related to an auto-scale option. I suggest that you check if such option is checked in the printing panel of your PDF viewer. Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
