[Webkit-unassigned] [Bug 137942] New: Fix animation of orient attribute on marker element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 21 20:02:30 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137942
Bug ID: 137942
Summary: Fix animation of orient attribute on marker element
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: nikos.andronikos-webkit at cisra.canon.com.au
CC: zimmermann at kde.org
There are two issues with the animation of the orient attribute:
See http://jsfiddle.net/dodgeyhack/fajLbp48/8/ for a test
1. Animation logic from 'auto' to an angle is missing.
2. The animated value of orientType is not used within the renderer so although the animation is running and is reflected in the DOM, it is not rendered.
This affects animations that have a differing type for the initial value and the animated from/to values.
Current tests (listed below) just query the DOM via JS so have not picked this up.
Current tests:
LayoutTests/svg/animations/animate-marker-orient-from-angle-to-angle.html
LayoutTests/svg/animations/animate-marker-orient-from-angle-to-auto.html
LayoutTests/svg/animations/animate-marker-orient-to-angle.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141022/493c20e1/attachment-0002.html>
More information about the webkit-unassigned
mailing list