You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/01/09 02:11:46 UTC

cvs commit: xml-batik/xdocs todo.xml

vhardy      01/01/08 17:11:46

  Modified:    xdocs    todo.xml
  Log:
  Added set of enhancements to the todo list.
  
  Revision  Changes    Path
  1.15      +25 -1     xml-batik/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/todo.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- todo.xml	2000/12/05 10:13:45	1.14
  +++ todo.xml	2001/01/09 01:11:45	1.15
  @@ -15,7 +15,7 @@
   <!-- a person assigned to it (by initials) and a context.                      -->
   <!--                                                                           -->
   <!-- author vincent.hardy@eng.sun.com                                          -->
  -<!-- version $Id: todo.xml,v 1.14 2000/12/05 10:13:45 cjolif Exp $ -->
  +<!-- version $Id: todo.xml,v 1.15 2001/01/09 01:11:45 vhardy Exp $ -->
   <!-- ========================================================================= -->
   <!DOCTYPE todo SYSTEM "./dtd/todo-v10.dtd">
   
  @@ -79,6 +79,10 @@
       </actions>
   
       <actions priority="medium">
  +        <action context="code" assigned-to="VH">
  +            Fix filter region processing so that filter primitive regions are intersected
  +            with the filter region
  +        </action>
           <action context="code"
                   assigned-to="TK">
               Modify thumbnail area of interest marker so that
  @@ -205,5 +209,25 @@
               Use new version of StyleBook
           </action>
   
  +        <action context="code" assigned-to="TK">
  +            Fix error handling on gradients when 2 stops have the same offset.
  +        </action>
  +
  +        <action context="code" assigned-to="BH">
  +            Add printing support to the SVG viewer
  +        </action>
  +
  +        <action context="code" assigned-to="VH">
  +            Add Base64ImageHandler to SVGGraphics2D set of ImageHandler implementations
  +        </action>
  +
  +        <action context="code" assigned-to="VH">
  +            Add proper use of the DOM2 API in SVGGraphics2D (need to add namespace).
  +        </action>
  +
  +        <action context="code" assigned-to="VH">
  +            Add proper parser use in test applications to remove hard dependancies 
  +            on Crimson
  +        </action>
       </actions>
   </todo>