[svgwg] Issue: Shouldn't gradientTransform precede object bounding box to user space conversion? marked as DoC_noResponse

nikosandronikos has just labeled an issue for 
https://github.com/w3c/svgwg as "DoC_noResponse":

== Shouldn't gradientTransform precede object bounding box to user 
space conversion? ==
According to:
https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementGradientUnitsAttribute
> If gradientUnits="objectBoundingBox", the user coordinate system for
 attributes [...] is established using the bounding box of the element
 to which the gradient is applied (see Object bounding box units) and 
then applying the transform specified by attribute 
‘gradientTransform’.

(As a side note, the above quote contains `fr` twice in the attribute 
enumeration. Should be `fy` instead.)

Shouldn't the `gradinentTransform` be the first one applied?
To quote from `graidentTransform`'s description:
>This additional transformation matrix is post-multiplied to (i.e., 
inserted to the right of) any previously defined transformations, 
including the implicit transformation necessary to convert from object
 bounding box units to user space.



See https://github.com/w3c/svgwg/issues/135

Received on Monday, 8 August 2016 07:16:11 UTC