Changes between Version 5 and Version 6 of SVG TODO List - Short notes
- Timestamp:
- Dec 17, 2006, 5:24:25 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SVG TODO List - Short notes
v5 v6 6 6 [[BR]] 7 7 Important, 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]]12 8 * SVGAngle* -> SVGAngle (pass by value, not by pointer)[[BR]] 13 9 * SVGColor* -> SVGColor (pass by value, not by pointer)[[BR]] … … 15 11 16 12 JavaScript / 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]]19 13 * Provide more SVG DOM JavaScript tests (ie. for SVGLength & friends)[[BR]] 20 14