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

Issue 200053005: [SVG] Transform animation leaves traces of text behind. (Closed)

Created:
6 years, 9 months ago by Erik Dahlström (inactive)
Modified:
6 years, 9 months ago
Reviewers:
pdr., Stephen Chennney, fs
CC:
blink-reviews, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[SVG] Transform animation leaves traces of text behind. AffineTransform.inverse() unexpectedly returned an identity matrix when the matrix was not invertible. This caused invalid rendering for e.g scale(0) matrices in svg. BUG=352603 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169666

Patch Set 1 #

Total comments: 4

Patch Set 2 : add comment #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -1 line) Patch
A LayoutTests/svg/text/non-invertible-matrix-text.svg View 1 1 chunk +23 lines, -0 lines 0 comments Download
A LayoutTests/svg/text/non-invertible-matrix-text-expected.svg View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/rendering/PaintInfo.h View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Erik Dahlström (inactive)
6 years, 9 months ago (2014-03-19 08:52:10 UTC) #1
Stephen Chennney
https://codereview.chromium.org/200053005/diff/1/LayoutTests/svg/text/non-invertible-matrix-text.svg File LayoutTests/svg/text/non-invertible-matrix-text.svg (right): https://codereview.chromium.org/200053005/diff/1/LayoutTests/svg/text/non-invertible-matrix-text.svg#newcode5 LayoutTests/svg/text/non-invertible-matrix-text.svg:5: document.getElementById('first').setAttribute("transform", "translate(241.0859375, -21)scale(0, 1)translate(-241.0859375, 21)"); Is there anything special ...
6 years, 9 months ago (2014-03-19 12:11:04 UTC) #2
Erik Dahlström (inactive)
https://codereview.chromium.org/200053005/diff/1/LayoutTests/svg/text/non-invertible-matrix-text.svg File LayoutTests/svg/text/non-invertible-matrix-text.svg (right): https://codereview.chromium.org/200053005/diff/1/LayoutTests/svg/text/non-invertible-matrix-text.svg#newcode5 LayoutTests/svg/text/non-invertible-matrix-text.svg:5: document.getElementById('first').setAttribute("transform", "translate(241.0859375, -21)scale(0, 1)translate(-241.0859375, 21)"); On 2014/03/19 12:11:05, Stephen ...
6 years, 9 months ago (2014-03-19 14:00:09 UTC) #3
pdr.
On 2014/03/19 14:00:09, Erik Dahlström wrote: > https://codereview.chromium.org/200053005/diff/1/LayoutTests/svg/text/non-invertible-matrix-text.svg > File LayoutTests/svg/text/non-invertible-matrix-text.svg (right): > > https://codereview.chromium.org/200053005/diff/1/LayoutTests/svg/text/non-invertible-matrix-text.svg#newcode5 ...
6 years, 9 months ago (2014-03-19 16:20:39 UTC) #4
Stephen Chennney
Explanations sound good. Please just add a comment to the test file regarding the "must ...
6 years, 9 months ago (2014-03-20 14:30:39 UTC) #5
Erik Dahlström (inactive)
The CQ bit was checked by ed@opera.com
6 years, 9 months ago (2014-03-20 15:10:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/200053005/20001
6 years, 9 months ago (2014-03-20 15:10:43 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 15:13:54 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-20 15:13:55 UTC) #9
Erik Dahlström (inactive)
The CQ bit was checked by ed@opera.com
6 years, 9 months ago (2014-03-20 15:45:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/200053005/40001
6 years, 9 months ago (2014-03-20 15:45:23 UTC) #11
commit-bot: I haz the power
6 years, 9 months ago (2014-03-20 16:52:44 UTC) #12
Message was sent while issue was closed.
Change committed as 169666

Powered by Google App Engine
This is Rietveld 408576698