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

Unified Diff: LayoutTests/css3/motion-path/combine-translation.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-translation.html
diff --git a/LayoutTests/css3/motion-path/combine-translation.html b/LayoutTests/css3/motion-path/combine-translation.html
index 0654f6b2f747fc5535812f5750b9713fb9c66360..46ebcbd0a63100e3546c784393141d1c52204989 100644
--- a/LayoutTests/css3/motion-path/combine-translation.html
+++ b/LayoutTests/css3/motion-path/combine-translation.html
@@ -6,6 +6,7 @@
position: absolute;
motion: path('M 10 20 h 40 v 50') 0rad 100%;
transform: translate(70px, 80px);
+ transform-origin: 0% 0%;
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698