RESOLVED FIXED 85133
<animateTransform type="scale"> uses '1' as effective from value, if no base value is specified and from is not given
https://bugs.webkit.org/show_bug.cgi?id=85133
Summary <animateTransform type="scale"> uses '1' as effective from value, if no base ...
Nikolas Zimmermann
Reported 2012-04-28 04:22:51 PDT
<animateTransform type="scale"> uses '1' as effective from value, if no base value is specified and from is not given. It should start from '0'. I had that fixed before, but it got lost during merging.
Attachments
Patch (4.40 KB, patch)
2012-04-28 04:47 PDT, Nikolas Zimmermann
koivisto: review+
Nikolas Zimmermann
Comment 1 2012-04-28 04:47:01 PDT
Antti Koivisto
Comment 2 2012-04-28 04:57:02 PDT
Comment on attachment 139356 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=139356&action=review > Source/WebCore/ChangeLog:3 > + <animateTransform type="scale"> uses '1' as effective from value, if no base value is specified and from is not given The bug title is confusing. It is not clear that using '1' is a wrong behavior or what the right one would be.
Nikolas Zimmermann
Comment 3 2012-04-28 05:01:10 PDT
Note You need to log in before you can comment on or make changes to this bug.