Changes between Version 5 and Version 6 of SVG TODO List - Short notes


Ignore:
Timestamp:
Dec 17, 2006 5:24:25 AM (17 years ago)
Author:
zimmermann@kde.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SVG TODO List - Short notes

    v5 v6  
    66[[BR]]
    77Important, design changes:[[BR]][[BR]]
    8  * SVGLength* -> SVGLength (pass by value, not by pointer)[[BR]]
    9    Rewrite it to be more efficient, fix fraction/percentage issues[[BR]]
    10    with <pattern> and negative width/height issues (hixie tests)[[BR]]
    11    Memory usage is twice as high as needed.[[BR]][[BR]]
    128 * SVGAngle* -> SVGAngle (pass by value, not by pointer)[[BR]]
    139 * SVGColor* -> SVGColor (pass by value, not by pointer)[[BR]]
     
    1511
    1612JavaScript / ObjC SVG DOM issues:[[BR]]
    17  * SVGPoint/SVGRect/SVGNumber have assignment problems, ie. document.rootElement.viewBox.x.baseVal.value = 100[[BR]]
    18    won't work at the moment (ask WildFox for details). Possible solutions already in mind.[[BR]][[BR]]
    1913  * Provide more SVG DOM JavaScript tests (ie. for SVGLength & friends)[[BR]]
    2014