[webkit-reviews] review granted: [Bug 118574] SVG stroke-dasharray is not animatable : [Attachment 208192] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 6 08:11:14 PDT 2013


Dirk Schulze <krit at webkit.org> has granted Rob Buis <rwlbuis at gmail.com>'s
request for review:
Bug 118574: SVG stroke-dasharray is not animatable
https://bugs.webkit.org/show_bug.cgi?id=118574

Attachment 208192: Patch
https://bugs.webkit.org/attachment.cgi?id=208192&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=208192&action=review


r=me with the changes.

> Source/WebCore/page/animation/CSSPropertyAnimation.cpp:236
> +    size_t fromLen = from.size();
> +    size_t toLen = to.size();

fromLength and toLength

> Source/WebCore/page/animation/CSSPropertyAnimation.cpp:241
> +    size_t len = fromLen;

resultLength


More information about the webkit-reviews mailing list