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

Unified Diff: LayoutTests/css3/motion-path/combine-rotation.html

Issue 1220793011: CSS Motion Path: Centre transform-origin on the path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: current-transformation-matrix Created 5 years, 6 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: LayoutTests/css3/motion-path/combine-rotation.html
diff --git a/LayoutTests/css3/motion-path/combine-rotation.html b/LayoutTests/css3/motion-path/combine-rotation.html
index ca383cbad71f955e3f091ea261d35bb191e5c2f7..97396d671959b859644d4b57dcae791692d73ba4 100644
--- a/LayoutTests/css3/motion-path/combine-rotation.html
+++ b/LayoutTests/css3/motion-path/combine-rotation.html
@@ -8,6 +8,7 @@
top: 200;
motion: path('M 0 0 v 100') 150deg 0px;
transform: rotate(30deg);
+ transform-origin: 0% 0%;
alancutter (OOO until 2018) 2015/07/03 03:08:04 I think we should leave transform-origin as defaul
Eric Willigers 2015/07/03 03:31:38 Done.
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698