- From: Blaine Brodie <bbrodie@savagesoftware.com>
- Date: Fri, 25 Aug 2000 10:49:13 -0700
- To: www-svg@w3.org
If it is not acceptable for CSS properties to go in error via calls to the SVG's CSS level method calls, then there are a few problems using the SVGICCColor interface to manipulate SVGColor property data. - 'colorProfile' does not throw a SYNTAX_ERR exception on setting. - SVGICCColor contains a SVGList. SVGList contains a 'clear' method which removes all the items from the list, however an icc-color must always contain one value. A similiar problem exists when one attempts to remove the final item from a list using the 'removeItem' method. --- Blaine
Received on Friday, 25 August 2000 13:49:16 UTC