You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2002/03/20 04:32:22 UTC

DO NOT REPLY [Bug 7259] New: - Additional space generated after inline on PDF Renderer

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7259>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7259

Additional space generated after inline on PDF Renderer

           Summary: Additional space generated after inline on PDF Renderer
           Product: Fop
           Version: 0.20.3
          Platform: PC
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: pdb_ml@yahoo.com.au


The following extract of code generates additional space after the 'red text'
when generating PDF but not in the AWT version. I can see no obvious reason for
this, there is no addition whitespace in the source (regardless of what yahoo
mail does to it).

Development Platform : Solaris 8 Intel (JDK Solaris_JDK_1.2.1_04c)
FOP Version : 0.20.3
Acrobat Version : acroread-4.05 (solaris Intel) and Acroread-5.0 (Win32)

Regards,
Peter Bray
Sydney, Australia

<?xml version="1.0" standalone="no"?>
<!DOCTYPE fo:root SYSTEM "fo.dtd">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <fo:layout-master-set>
    <fo:simple-page-master
      master-name="BodyPage"
      page-width="210mm"
      page-height="297mm"
      margin-top="0.5in"
      margin-bottom="0.5in"
      margin-left="1in"
      margin-right="1in">
      <fo:region-body
        margin-top="0.5in"
        margin-bottom="0.5in"/>
      <fo:region-before extent="0in"/>
      <fo:region-after extent="0.25in"/>
    </fo:simple-page-master>
    <fo:page-sequence-master
      master-name="BodySequence">
      <fo:repeatable-page-master-reference
        master-reference="BodyPage"/>
    </fo:page-sequence-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="BodySequence">
    <fo:flow flow-name="xsl-region-body">
      <fo:block>
        <fo:inline font-family="monospace" font-size="9.5pt">software#
<fo:inline font-style="italic" font-weight="bold">diff Makefile.unix
Makefile</fo:inline></fo:inline>
      </fo:block>
      <fo:block font-family="serif" font-style="italic" font-size="9pt">Modify
line 28</fo:block>
      <fo:block font-family="monospace" font-size="8.5pt"><fo:inline
font-style="italic">old: </fo:inline>BINDIR = <fo:inline font-style="italic"
color="red">/usr/local</fo:inline>/bin</fo:block>
      <fo:block font-family="monospace" font-size="8.5pt"><fo:inline
font-style="italic">new: </fo:inline>BINDIR = <fo:inline font-style="italic"
color="red">/pkgs/psutils-1.17</fo:inline>/bin</fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org