Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.
The following page has been changed by JeremiasMaerki: http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks The comment on the change is: Writing down some notes as possible tasks for the hackathon ------------------------------------------------------------------------------ == Interfaces and frontends == * complete renderer plugabillity + * Revisit configurability by userconfig.xml + * Split engine configuration from per-run configuration == AWT Viewer == @@ -50, +52 @@ = FO Tree = * Rewrite the layout dimension mechanism. + * Remove FONode.getLogger() and make "log" protected instead. + * Allow empty table-cells (with strict validation turned off) + * Allow region-before before region-body (with strict validation turned off) + * Better handling of the difference of strict and relaxed validation + * central error message producer + * i18n mechanism for reporting stuff like validation errors and other warnings and errors ---- @@ -87, +95 @@ * adding to areas * handling of differring available IPD over multiple pages (Example: page 1 portrait, page 2 landscape) + + * graphics + * borders on e-g and i-f-o + * tests for e-g and i-f-o + * revisit URI resolution and custom image/stream injection + * Make image providers pluggable and priorities per image format, not per provider. + * Investigate strange behaviour with certain URIs. == Inline areas == @@ -146, +161 @@ === SVG support for PDF === + * Investigate the problem of badly scaled SVGs (probably caused due to a recent change for the Transcoder, removing the second "cm" in PDFXMLHandler helps but that can't be the solution) * text drawing improvements. Also see ["FOPBatikTranscoders"]. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
