Bug 85502 - Regression in animation causes disappearing paths
Summary: Regression in animation causes disappearing paths
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philip Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-03 08:24 PDT by Philip Rogers
Modified: 2012-05-03 15:44 PDT (History)
5 users (show)

See Also:


Attachments
Fix numeric precision issue in SVG animations (6.26 KB, patch)
2012-05-03 08:30 PDT, Philip Rogers
no flags Details | Formatted Diff | Diff
Clean up the percent calculation; modf wasn't necessary. (6.21 KB, patch)
2012-05-03 10:42 PDT, Philip Rogers
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Rogers 2012-05-03 08:24:05 PDT
In the following example, animated paths disappear: http://jsfiddle.net/VjMvz/

This bug was originally reported at crbug.com/119688

The root cause of this issue is a regression caused by https://bugs.webkit.org/show_bug.cgi?id=63553. Patch forthcoming!
Comment 1 Philip Rogers 2012-05-03 08:30:11 PDT
Created attachment 140022 [details]
Fix numeric precision issue in SVG animations
Comment 2 Philip Rogers 2012-05-03 10:42:40 PDT
Created attachment 140046 [details]
Clean up the percent calculation; modf wasn't necessary.
Comment 3 Dirk Schulze 2012-05-03 14:23:52 PDT
Comment on attachment 140046 [details]
Clean up the percent calculation; modf wasn't necessary.

LGTM. r=me
Comment 4 WebKit Review Bot 2012-05-03 15:44:13 PDT
Comment on attachment 140046 [details]
Clean up the percent calculation; modf wasn't necessary.

Clearing flags on attachment: 140046

Committed r116030: <http://trac.webkit.org/changeset/116030>
Comment 5 WebKit Review Bot 2012-05-03 15:44:20 PDT
All reviewed patches have been landed.  Closing bug.