Bug 85133

Summary: <animateTransform type="scale"> uses '1' as effective from value, if no base value is specified and from is not given
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 85051    
Bug Blocks: 41761    
Attachments:
Description Flags
Patch koivisto: review+

Description Nikolas Zimmermann 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.
Comment 1 Nikolas Zimmermann 2012-04-28 04:47:01 PDT
Created attachment 139356 [details]
Patch
Comment 2 Antti Koivisto 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.
Comment 3 Nikolas Zimmermann 2012-04-28 05:01:10 PDT
Committed r115566: <http://trac.webkit.org/changeset/115566>