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

Unified Diff: LayoutTests/svg/text/non-invertible-matrix-text-expected.svg

Issue 200053005: [SVG] Transform animation leaves traces of text behind. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « LayoutTests/svg/text/non-invertible-matrix-text.svg ('k') | Source/core/rendering/PaintInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/non-invertible-matrix-text-expected.svg
diff --git a/LayoutTests/svg/text/non-invertible-matrix-text-expected.svg b/LayoutTests/svg/text/non-invertible-matrix-text-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3eb98754d1c1763ee3226a2d86ccd7c40e67b40c
--- /dev/null
+++ b/LayoutTests/svg/text/non-invertible-matrix-text-expected.svg
@@ -0,0 +1,5 @@
+<svg width="620" height="450" viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <g id="textGroup" transform="translate(70,300)" font-family="sans-serif" font-size="60" text-rendering="geometricPrecision">
+ <rect x="254" width="1" height="1"/>
+ </g>
+</svg>
« no previous file with comments | « LayoutTests/svg/text/non-invertible-matrix-text.svg ('k') | Source/core/rendering/PaintInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698