You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Sven <tz...@gmx.de> on 2005/11/08 01:25:50 UTC

text-decoration problem?

Good evening,
I will try to make it as short as I can: Using the latest trunk 
(revision 331647) I am getting a non-interpretable error from my Acrobat 
Reader (version 7.0.5), when compiling the attached fo fragment. The 
error box tells me something about "too many arguments available". I 
have pinpointed the error by using the text-decoration attribute with an 
value other than "none". Funny thing is, that this works some revisions 
before, but i am sorry not being able to tell you, when things broke down.

Thanks for your good work

Sven


<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
        <fo:simple-page-master margin="2.5cm" page-width="21cm"
            page-height="29.7cm" master-name="default">
            <fo:region-body margin-bottom="1cm" margin-top="1cm" />
            <fo:region-before extent="1cm" />
            <fo:region-after extent="1cm" />
        </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence language="de" master-reference="default">
        <fo:static-content flow-name="xsl-region-before">
            <fo:block border-bottom="solid 1px silver" text-align="end"
                font-size="10pt" font-family="Helvetica">
                Einleitung
            </fo:block>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after">
            <fo:block font-size="12pt" font-family="Helvetica">
                <fo:page-number />
            </fo:block>
        </fo:static-content>
        <fo:flow flow-name="xsl-region-body">
            <fo:block text-align="justify" font-size="12pt"
                font-family="Times">
                Obwohl die agentenorientierte Softwareentwicklung im
                vergangenen Jahrzehnt immer größeren Zuspruch gefunden
                hat, findet sie bisher nur überwiegend im universitären
                Umfeld Anwendung. Damit sie
                <fo:inline text-decoration="underline">
                    Bestandteil
                </fo:inline>
                der Entwicklung von Unternehmensanwendungen werden kann,
                müssten die Defizite bestehender Agentenplattformen
                beseitigt werden. Diese Defizite bestehen in der
                schlechten Administrierbarkeit und der häufig nur
                unzureichend unterstützten Interoperabilität mit
                bestehenden Unternehmensanwendungen [CoGrBKR02].
            </fo:block>
        </fo:flow>
    </fo:page-sequence>
</fo:root>


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: text-decoration problem?

Posted by Manuel Mall <mm...@arcus.com.au>.
Although it may be stating the obvious - our integrated tests don't 
catch regressions with respect to the renderers yet. Because our layout 
engine test suite is getting more comprehensive this may install a 
false sense of comfort when one does a change that everything is still 
fine.

Need to look into integrating Jeremias bitmap verifications into the 
test suite.

Manuel

On Tue, 8 Nov 2005 09:05 am, Manuel Mall wrote:
> On Tue, 8 Nov 2005 08:25 am, Sven wrote:
> > Good evening,
> > I will try to make it as short as I can: Using the latest trunk
> > (revision 331647) I am getting a non-interpretable error from my
> > Acrobat Reader (version 7.0.5), when compiling the attached fo
> > fragment. The error box tells me something about "too many
> > arguments available". I have pinpointed the error by using the
> > text-decoration attribute with an value other than "none". Funny
> > thing is, that this works some revisions before, but i am sorry not
> > being able to tell you, when things broke down.
> >
> > Thanks for your good work
> >
> > Sven
>
> Sven,
>
> thanks for your problem report. You are correct that this is a
> regression caused by some changes made recently. The problem should
> be fixed now (revision 331655).
>
> Regards
>
> Manuel
>
> > <?xml version="1.0" encoding="utf-8"?>
> > <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
> >     <fo:layout-master-set>
> >         <fo:simple-page-master margin="2.5cm" page-width="21cm"
> >             page-height="29.7cm" master-name="default">
> >             <fo:region-body margin-bottom="1cm" margin-top="1cm" />
> >             <fo:region-before extent="1cm" />
> >             <fo:region-after extent="1cm" />
> >         </fo:simple-page-master>
> >     </fo:layout-master-set>
> >     <fo:page-sequence language="de" master-reference="default">
> >         <fo:static-content flow-name="xsl-region-before">
> >             <fo:block border-bottom="solid 1px silver"
> > text-align="end" font-size="10pt" font-family="Helvetica">
> >                 Einleitung
> >             </fo:block>
> >         </fo:static-content>
> >         <fo:static-content flow-name="xsl-region-after">
> >             <fo:block font-size="12pt" font-family="Helvetica">
> >                 <fo:page-number />
> >             </fo:block>
> >         </fo:static-content>
> >         <fo:flow flow-name="xsl-region-body">
> >             <fo:block text-align="justify" font-size="12pt"
> >                 font-family="Times">
> >                 Obwohl die agentenorientierte Softwareentwicklung
> > im vergangenen Jahrzehnt immer größeren Zuspruch gefunden hat,
> > findet sie bisher nur überwiegend im universitären Umfeld
> > Anwendung. Damit sie
> >                 <fo:inline text-decoration="underline">
> >                     Bestandteil
> >                 </fo:inline>
> >                 der Entwicklung von Unternehmensanwendungen werden
> > kann, müssten die Defizite bestehender Agentenplattformen beseitigt
> > werden. Diese Defizite bestehen in der schlechten
> > Administrierbarkeit und der häufig nur unzureichend unterstützten
> > Interoperabilität mit bestehenden Unternehmensanwendungen
> > [CoGrBKR02]. </fo:block> </fo:flow>
> >     </fo:page-sequence>
> > </fo:root>
> >
> >
> > -------------------------------------------------------------------
> >-- To unsubscribe, e-mail:
> > fop-users-unsubscribe@xmlgraphics.apache.org For additional
> > commands, e-mail:
> > fop-users-help@xmlgraphics.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail:
> fop-users-help@xmlgraphics.apache.org

Re: text-decoration problem?

Posted by Manuel Mall <mm...@arcus.com.au>.
On Tue, 8 Nov 2005 08:25 am, Sven wrote:
> Good evening,
> I will try to make it as short as I can: Using the latest trunk
> (revision 331647) I am getting a non-interpretable error from my
> Acrobat Reader (version 7.0.5), when compiling the attached fo
> fragment. The error box tells me something about "too many arguments
> available". I have pinpointed the error by using the text-decoration
> attribute with an value other than "none". Funny thing is, that this
> works some revisions before, but i am sorry not being able to tell
> you, when things broke down.
>
> Thanks for your good work
>
> Sven
>
Sven,

thanks for your problem report. You are correct that this is a 
regression caused by some changes made recently. The problem should be 
fixed now (revision 331655).

Regards

Manuel
>
> <?xml version="1.0" encoding="utf-8"?>
> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
>     <fo:layout-master-set>
>         <fo:simple-page-master margin="2.5cm" page-width="21cm"
>             page-height="29.7cm" master-name="default">
>             <fo:region-body margin-bottom="1cm" margin-top="1cm" />
>             <fo:region-before extent="1cm" />
>             <fo:region-after extent="1cm" />
>         </fo:simple-page-master>
>     </fo:layout-master-set>
>     <fo:page-sequence language="de" master-reference="default">
>         <fo:static-content flow-name="xsl-region-before">
>             <fo:block border-bottom="solid 1px silver"
> text-align="end" font-size="10pt" font-family="Helvetica">
>                 Einleitung
>             </fo:block>
>         </fo:static-content>
>         <fo:static-content flow-name="xsl-region-after">
>             <fo:block font-size="12pt" font-family="Helvetica">
>                 <fo:page-number />
>             </fo:block>
>         </fo:static-content>
>         <fo:flow flow-name="xsl-region-body">
>             <fo:block text-align="justify" font-size="12pt"
>                 font-family="Times">
>                 Obwohl die agentenorientierte Softwareentwicklung im
>                 vergangenen Jahrzehnt immer größeren Zuspruch
> gefunden hat, findet sie bisher nur überwiegend im universitären
> Umfeld Anwendung. Damit sie
>                 <fo:inline text-decoration="underline">
>                     Bestandteil
>                 </fo:inline>
>                 der Entwicklung von Unternehmensanwendungen werden
> kann, müssten die Defizite bestehender Agentenplattformen beseitigt
> werden. Diese Defizite bestehen in der schlechten Administrierbarkeit
> und der häufig nur unzureichend unterstützten Interoperabilität mit
> bestehenden Unternehmensanwendungen [CoGrBKR02]. </fo:block>
>         </fo:flow>
>     </fo:page-sequence>
> </fo:root>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail:
> fop-users-help@xmlgraphics.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org