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

Unified Diff: Source/core/css/CSSProperties.in

Issue 980233002: [svg2] Make 'cx', 'cy' and 'r' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 9 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
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index 6bb0ae84cbc6fbb361ef9e3c59b6b09f34927df3..d9006e2967c72cef8daf3689c9a96d7da931b42e 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -155,6 +155,8 @@ content custom_all
counter-increment custom_all
counter-reset custom_all
cursor inherited, custom_all
+cx animatable, svg, converter=convertLength
+cy animatable, svg, converter=convertLength
display
dominant-baseline svg
empty-cells inherited, type_name=EEmptyCell
@@ -240,6 +242,7 @@ position
quotes inherited, converter=convertQuotes
resize custom_value
right animatable, initial=initialOffset, converter=convertLengthOrAuto
+r animatable, svg, converter=convertLength
rx animatable, svg, converter=convertLength
ry animatable, svg, converter=convertLength
scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior

Powered by Google App Engine
This is Rietveld 408576698