Changes between Version 2 and Version 3 of SVG TODO List - Short notes


Ignore:
Timestamp:
Dec 11, 2006 3:50:01 PM (17 years ago)
Author:
zimmermann@kde.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SVG TODO List - Short notes

    v2 v3  
    1010   with <pattern> and negative width/height issues (hixie tests)[[BR]]
    1111   Memory usage is twice as high as needed.[[BR]][[BR]]
    12  * SVGMatrix* -> AffineTransform (pass by value, not by pointer)[[BR]]
    13    Change AffineTransform for SVG needs, and kill the whole SVGMatrix stuff[[BR]][[BR]]
    1412 * SVGAngle* -> SVGAngle (pass by value, not by pointer)[[BR]]
    1513 * SVGPreserveAspectRatio* -> SVGPreserveAspectRatio (pass by value, not by pointer)[[BR]]
    1614
    1715JavaScript / ObjC SVG DOM issues:[[BR]]
    18  * SVGPoint/SVGRect/SVGNumber must be autogenerated. These are POD types[[BR]]
    19    (no pointers) and currently have hand written JS/ObjC wrappers. Kill those.[[BR]][[BR]]
    2016 * SVGPoint/SVGRect/SVGNumber have assignment problems, ie. document.rootElement.viewBox.x.baseVal.value = 100[[BR]]
    2117   won't work at the moment (ask WildFox for details). Possible solutions already in mind.[[BR]][[BR]]