Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cannot animate "points" attribute for <svg:polygon>
https://bugs.webkit.org/show_bug.cgi?id=21371 Reviewed by Antti Koivisto. Source/WebCore: Ensure we use animated list of points for SVG <polygon> and <polyline> elements when we build the path used to draw them, otherwise the animated changes won't be rendered and the base value will be used. Tests: svg/animations/polygon-set.svg svg/animations/polyline-set.svg * rendering/svg/SVGPathData.cpp: (WebCore::updatePathFromPolygonElement): (WebCore::updatePathFromPolylineElement): LayoutTests: New tests covering the actual application of the animated value for the "points" attribute of the SVG <polygon> and <polyline> elements. * svg/animations/polygon-set-expected.svg: Added. * svg/animations/polygon-set.svg: Added. * svg/animations/polyline-set-expected.svg: Added. * svg/animations/polyline-set.svg: Added. Canonical link: https://commits.webkit.org/142816@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@159559 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
7 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters