Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: Source/core/svg/SVGElement.cpp

Issue 656443002: Disable animated clipping on SVG content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Disable animated clipping. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/animations/animate-clip-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElement.cpp
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
index aacde655dbfe15e5f04f211719668248091d47ed..c1c8e6e6df38697451038c7d5bfcf4a851ce3136 100644
--- a/Source/core/svg/SVGElement.cpp
+++ b/Source/core/svg/SVGElement.cpp
@@ -629,7 +629,6 @@ AnimatedPropertyType SVGElement::animatedPropertyTypeForCSSAttribute(const Quali
{ alignment_baselineAttr, AnimatedString },
{ baseline_shiftAttr, AnimatedString },
{ buffered_renderingAttr, AnimatedString },
- { clipAttr, AnimatedRect },
{ clip_pathAttr, AnimatedString },
{ clip_ruleAttr, AnimatedString },
{ SVGNames::colorAttr, AnimatedColor },
« no previous file with comments | « LayoutTests/svg/animations/animate-clip-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698