Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/src/sandbox/org/apache/fop/render/svg/SVGDocumentHandler.java
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Oct 13 16:41:13 2009
@@ -1 +1 @@
-/xmlgraphics/fop/trunk/src/sandbox/org/apache/fop/render/svg/SVGDocumentHandler.java:699793-816269
+/xmlgraphics/fop/trunk/src/sandbox/org/apache/fop/render/svg/SVGDocumentHandler.java:699793-824832

Modified: 
xmlgraphics/fop/branches/Temp_Accessibility/src/sandbox/org/apache/fop/render/svg/SVGPrintDocumentHandler.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_Accessibility/src/sandbox/org/apache/fop/render/svg/SVGPrintDocumentHandler.java?rev=824839&r1=824838&r2=824839&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/Temp_Accessibility/src/sandbox/org/apache/fop/render/svg/SVGPrintDocumentHandler.java
 (original)
+++ 
xmlgraphics/fop/branches/Temp_Accessibility/src/sandbox/org/apache/fop/render/svg/SVGPrintDocumentHandler.java
 Tue Oct 13 16:41:13 2009
@@ -27,12 +27,13 @@
 import org.xml.sax.helpers.AttributesImpl;
 
 import org.apache.fop.render.intermediate.IFConstants;
+import org.apache.fop.render.intermediate.IFDocumentHandler;
 import org.apache.fop.render.intermediate.IFException;
 import org.apache.fop.render.intermediate.IFPainter;
 import org.apache.fop.util.XMLUtil;
 
 /**
- * {...@code IFDocumentHandler} implementation that writes SVG Print.
+ * {...@link IFDocumentHandler} implementation that writes SVG Print.
  */
 public class SVGPrintDocumentHandler extends AbstractSVGDocumentHandler {
 

Modified: xmlgraphics/fop/branches/Temp_Accessibility/status.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_Accessibility/status.xml?rev=824839&r1=824838&r2=824839&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_Accessibility/status.xml (original)
+++ xmlgraphics/fop/branches/Temp_Accessibility/status.xml Tue Oct 13 16:41:13 
2009
@@ -61,6 +61,23 @@
       <action context="Renderers" dev="JM" type="add" fixes-bug="46705" 
due-to="Jost Klopfstein">
         Added basic accessibility and Tagged PDF support. 
       </action>
+      <action context="Layout" dev="VH" type="fix">
+        Fixed handling of percentage values for provisional-label-separation.
+      </action>
+      <action context="Layout" dev="VH" type="fix" fixes-bug="47835" 
due-to="Jonathan Levinson">
+        Fixed handling of percentage values for 
provisional-distance-between-starts.
+      </action>
+      <action context="Renderers" dev="CB" type="add">
+        Added support for positioning Page Overlays in AFP Output
+      </action>
+      <action context="Fonts" dev="JM" type="add">
+        Added support for specifying referenced fonts per renderer in addition 
to the general
+        match list.
+      </action>
+      <action context="Renderers" dev="JM" type="add">
+        Added support for creating thumbnails or preview bitmaps of fixed size 
for PNG and TIFF
+        output.
+      </action>
       <action context="Extensions" dev="JM" type="add">
         Added support for the #CMYK pseudo-profile supported by some 
commercial XSL implementations
         on the rgb-icc() function.
@@ -72,10 +89,6 @@
       <action context="Renderers" dev="AD" type="add" fixes-bug="46905">
         Added basic implementation for column-keeps.
       </action>
-      <action context="Renderers" dev="AD" type="fix" fixes-bug="46883">
-        Hotspot in AbstractGraphicsDrawingOrderContainer. Reduced time spent 
in the method
-        by introducing a member variable to hold the data-length.
-      </action>
       <action context="Code" dev="AD" type="fix" fixes-bug="47710">
         White-space handling in markers with inline-content throws a 
NullPointerException
         in some cases.

Modified: 
xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/StandardTestSuite.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/StandardTestSuite.java?rev=824839&r1=824838&r2=824839&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/StandardTestSuite.java
 (original)
+++ 
xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/StandardTestSuite.java
 Tue Oct 13 16:41:13 2009
@@ -22,6 +22,7 @@
 import junit.framework.Test;
 import junit.framework.TestSuite;
 
+import org.apache.fop.fonts.DejaVuLGCSerifTest;
 import org.apache.fop.fonts.TrueTypeAnsiTestCase;
 import org.apache.fop.image.loader.batik.ImageLoaderTestCase;
 import org.apache.fop.image.loader.batik.ImagePreloaderTestCase;
@@ -54,6 +55,7 @@
         suite.addTest(new TestSuite(PDFCMapTestCase.class));
         suite.addTest(new TestSuite(PDFsRGBSettingsTestCase.class));
         suite.addTest(new TestSuite(TrueTypeAnsiTestCase.class));
+        suite.addTest(new TestSuite(DejaVuLGCSerifTest.class));
         suite.addTest(RichTextFormatTestSuite.suite());
         suite.addTest(new TestSuite(ImageLoaderTestCase.class));
         suite.addTest(new TestSuite(ImagePreloaderTestCase.class));

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/disabled-testcase2filename.xsl
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/disabled-testcases.dtd
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/hyphenation-testcases/block_hyphenation-ladder-count.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/hyphenation-testcases/block_shy_linebreaking_hyph.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/hyphenation-testcases/block_uax14_linebreaking_hyph.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/hyphenation-testcases/inline_border_padding_hyphenate.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/hyphenation-testcases/inline_border_padding_hyphenate_de.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/block_bug39414.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/block_line-height-shift-adjustment.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/block_shy_linebreaking.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/block_text-align_3.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/block_uax14_linebreaking.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/block_white-space-treatment_3.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/block_white-space.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/external-graphic_breaking.xml
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/fonts/glb12.ttf
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/fop/image/logo.eps
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/fop/image/logo.tif
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/images/arrow_down_large.png
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/images/arrow_down_medium.png
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/images/arrow_down_small.png
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/images/arrow_up_down_small.png
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/images/arrow_up_large.png
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/images/arrow_up_medium.png
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/images/arrow_up_small.png
            ('svn:executable' removed)

Propchange: 
xmlgraphics/fop/branches/Temp_Accessibility/test/resources/images/line_medium.png
            ('svn:executable' removed)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to