diff options
author | Keiron Liddle <keiron@apache.org> | 2001-08-14 08:40:50 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-08-14 08:40:50 +0000 |
commit | d29a60b1804799111a0228b9976f0b69464fada6 (patch) | |
tree | f6fc450209faa10d0930e5523d1f61fdc4ce5e7e /docs/xml-docs/fop/todo.xml | |
parent | 9a5937916b85b1bee08aea61b5014169dca164ef (diff) | |
download | xmlgraphics-fop-d29a60b1804799111a0228b9976f0b69464fada6.tar.gz xmlgraphics-fop-d29a60b1804799111a0228b9976f0b69464fada6.zip |
some minor updates, typos, a bit more info on embedding
new version number
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194418 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop/todo.xml')
-rw-r--r-- | docs/xml-docs/fop/todo.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/xml-docs/fop/todo.xml b/docs/xml-docs/fop/todo.xml index 777ed57d7..aa1effcbf 100644 --- a/docs/xml-docs/fop/todo.xml +++ b/docs/xml-docs/fop/todo.xml @@ -41,6 +41,12 @@ Currently all properties are in the xml file. We need to handle all default values properly (including ones that change depending on the element) and all possible values. </p> + <p> +To see if a property is implemented then look in the src/codegen/foproperties.xml file. + </p> + <p> +To see if a particular element uses this property then look in the element code. This is generally found in the package org.apache.fop.fo.flow.*. + </p> </s3> <s3 title="Property Resolution"> <p> @@ -118,8 +124,9 @@ suggested by Vincent Hardy. </s3> <s3 title="stream encoding"> <p> -support for different encoding on different types of streams +Support for different encoding on different types of streams in pdf document. +For example images. </p> </s3> <s3 title="svg features"> |