Bug 62538 - SVG patternTransform not animatable
Summary: SVG patternTransform not animatable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Schulze
URL: http://granite.sru.edu/~ddailey/svg/t...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 05:19 PDT by Dirk Schulze
Modified: 2011-06-13 10:51 PDT (History)
1 user (show)

See Also:


Attachments
Patch (14.23 KB, patch)
2011-06-13 05:33 PDT, Dirk Schulze
no flags Details | Formatted Diff | Diff
Patch (5.71 KB, patch)
2011-06-13 10:39 PDT, Dirk Schulze
rwlbuis: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2011-06-13 05:19:12 PDT
SVG patternTransform not animatable.
Comment 1 Dirk Schulze 2011-06-13 05:33:22 PDT
Created attachment 96948 [details]
Patch
Comment 2 Rob Buis 2011-06-13 07:11:59 PDT
Comment on attachment 96948 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=96948&action=review

LGTM

> LayoutTests/svg/animations/animateTransform-pattern-transform-expected.txt:3
> +Trivial animVal testcase, to see wheter we support it at all. Should result in a 200x200 rect and only PASS messages

wheter/whether
Comment 3 Dirk Schulze 2011-06-13 07:30:37 PDT
Committed r88637: <http://trac.webkit.org/changeset/88637>
Comment 4 Dirk Schulze 2011-06-13 10:39:22 PDT
Created attachment 96971 [details]
Patch
Comment 5 Rob Buis 2011-06-13 10:40:50 PDT
Comment on attachment 96971 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=96971&action=review

RS=me

> LayoutTests/ChangeLog:10
> +        Adding animateTransform-pattern-transform to the skip list of Mac WebKit2, like all other animation or dynaimc-update tests.

Typo -> dynamic
Comment 6 Dirk Schulze 2011-06-13 10:51:19 PDT
Committed r88651: <http://trac.webkit.org/changeset/88651>