[Webkit-unassigned] [Bug 38354] Support for Percentage Values in border-radius
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 22 13:15:39 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=38354
--- Comment #7 from Rob Buis <rwlbuis at gmail.com> 2010-08-22 13:15:39 PST ---
With my latest patch up, I basically changed two things. I realized calcValue(100) was cryptic and not needed, rawValue can be used as well and is quicker. The second thing is that I noticed the pixel test for border-radius-huge-assert.html was failing. It turns out that the used valu is too big for the 28-bit limit of Length, so I needed to clamp there to the 28-bit limits like in CSSPrimitiveValue, now there are no regressions anymore.
Cheers,
Rob.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list