WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102080
Support animation of basic shape 'polygon'
https://bugs.webkit.org/show_bug.cgi?id=102080
Summary
Support animation of basic shape 'polygon'
Dirk Schulze
Reported
2012-11-13 06:42:49 PST
Support animation of basic shape 'polygon'
Attachments
Patch
(7.74 KB, patch)
2012-11-13 06:50 PST
,
Dirk Schulze
no flags
Details
Formatted Diff
Diff
Patch
(11.15 KB, patch)
2012-11-14 20:02 PST
,
Dirk Schulze
dbates
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Dirk Schulze
Comment 1
2012-11-13 06:50:14 PST
Created
attachment 173884
[details]
Patch
Dirk Schulze
Comment 2
2012-11-14 15:53:16 PST
Comment on
attachment 173884
[details]
Patch The code doesn't apply anymore, will upload a new patch soon.
Dirk Schulze
Comment 3
2012-11-14 20:02:22 PST
Created
attachment 174330
[details]
Patch
Daniel Bates
Comment 4
2012-11-14 21:12:13 PST
Comment on
attachment 174330
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=174330&action=review
I noticed some minor nits.
> Source/WebCore/ChangeLog:13 > + Added polygon animation test to existing test.
Although mentioned in LayoutTests/ChangeLog. You may want to consider listing the tests in this ChangeLog entry: fast/exclusions/shape-inside/shape-inside-animation.html and css3/masking/clip-path-animation.html.
> Source/WebCore/ChangeLog:15 > + * page/animation/CSSPropertyAnimation.cpp: Forgot to add copy right with last commits.
Nit: copy right => copyright
> LayoutTests/css3/masking/clip-path-animation-expected.txt:1 > - > +
We should consider hiding the <div>s when the test is run in DRT so as to avoid changes in whitespace from appearing in the expected results.
> LayoutTests/css3/masking/clip-path-animation.html:59 > + ["polygon-anim", 1, "polygon-box", "webkitClipPath", 'polygon(nonzero, 10% 10%, 90% 10%, 90% 90%, 10% 90%)', 0.05],
Nit: I know that you're following the format of the other array entries above. It seems weird that we use single quotes around string literals for the fifth element in these arrays given we use double quotes around string literals elsewhere.
Dirk Schulze
Comment 5
2012-11-14 21:34:56 PST
Committed
r134736
: <
http://trac.webkit.org/changeset/134736
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug