- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 07 Nov 2007 14:52:03 +0000
- To: www-svg@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5255
Summary: Inconsistency in default values of radial gradient
center
Product: SVG
Version: SVG 1.2 Tiny
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Micro DOM (uDOM)
AssignedTo: schepers@w3.org
ReportedBy: kraita@nvidia.com
QAContact: www-svg@w3.org
The uDOM and the main specification seem to be in confliect regarding the
radial gradient center point (cx, cy) default values.
The main specification states in Section 11.16.2 Radial gradients for cx and cy
that:
"If the attribute is not specified, the effect shall be as if a value of 0.5
were specified."
In the micro DOM specification (A.8.12 TraitAccess) the default value given for
cx and cy in the table is "0.0f".
Our assumption is that the trait table is incorrect and should state that the
default value depends on the type of element.
Received on Wednesday, 7 November 2007 14:52:16 UTC