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

Side by Side Diff: LayoutTests/svg/transforms/will-change-transform.svg

Issue 1075093002: will-change on SVG elements should not reset transforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: edit a comment. Created 5 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/transforms/will-change-transform-expected.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
2 <rect width="100" height="100" fill="red" />
3 <rect x="100" width="100" height="100" fill="red"/>
4 <rect x="200" width="100" height="100" fill="red"/>
5 <rect x="300" width="100" height="100" fill="red"/>
6 <g transform="translate(-100,-100)">
7 <rect width="100" height="100" fill="green" transform="translate(100, 100)" style="will-change: transform;"/>
8 </g>
9 <g transform="translate(-100,-100)">
10 <rect width="50" height="50" fill="green" style="will-change: transform; tra nsform:translate(200px,100px) scale(2,2);"/>
11 </g>
12 <g transform="translate(-100,-100)">
13 <rect width="50" height="50" fill="green" transform="translate(100,0)" style ="will-change: transform; transform:translate(300px,100px) scale(2,2);"/>
14 </g>
15 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/transforms/will-change-transform-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698