]> source.dussan.org Git - xmlgraphics-fop.git/commit
adds inheritance for the text-decoration property from parent inline or
authorKeiron Liddle <keiron@apache.org>
Wed, 9 Jan 2002 11:32:57 +0000 (11:32 +0000)
committerKeiron Liddle <keiron@apache.org>
Wed, 9 Jan 2002 11:32:57 +0000 (11:32 +0000)
commitcede15f773855ab8e6feb9338e05b38fee77dc4f
treea5790dcf624bba4d6ce158db77a775582d7ef64c
parent5079afc86b092f3113f4490ec390a39ff4941444
adds inheritance for the text-decoration property from parent inline or
block elements and fixes a bug with non-breaking spaces (but not all)
Submitted by: Christian Geisert <Christian.Geisert@isu-gmbh.de>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@194620 13f79535-47bb-0310-9956-ffa450edef68
docs/examples/fo/textdeko.fo
src/org/apache/fop/fo/FObjMixed.java
src/org/apache/fop/fo/PropertyManager.java
src/org/apache/fop/fo/flow/Block.java
src/org/apache/fop/fo/flow/Inline.java
src/org/apache/fop/render/PrintRenderer.java