[webkit-reviews] review requested: [Bug 30286] SVG Gradients can't handle percentage values in userSpaceOnUse mode : [Attachment 41064] gradient userSpaceOnUse with values in percentage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 15:38:33 PDT 2009


Dirk Schulze <krit at webkit.org> has asked  for review:
Bug 30286: SVG Gradients can't handle percentage values in userSpaceOnUse mode
https://bugs.webkit.org/show_bug.cgi?id=30286

Attachment 41064: gradient userSpaceOnUse with values in percentage
https://bugs.webkit.org/attachment.cgi?id=41064&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
This patch fixes both radial as well as linear gradients. It gives
GradientAttributes SVGLength values instead of double. This makes it possible
to calculate the correct result on userSpaceOnUse mode with values in
percentage.


More information about the webkit-reviews mailing list