aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/nodeiterator.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-08-13 23:08:03 -0500
committerGitHub <noreply@github.com>2017-08-13 23:08:03 -0500
commitcd1251082511a44ef9ad020b7196336bca812a49 (patch)
tree746f2dfbe1b95c8a6440d3077d36e872b5e645ae /components/script/dom/nodeiterator.rs
parent0eabba3c6fa232fd732eb2127f8fe285efd04288 (diff)
parent02277ce4a191c56359ebe2c033f59dec4423ad42 (diff)
downloadservo-cd1251082511a44ef9ad020b7196336bca812a49.tar.gz
servo-cd1251082511a44ef9ad020b7196336bca812a49.zip
Auto merge of #18068 - BorisChiou:stylo/animation/perspective, r=birtles
Fix the conversion from Perspective into ComputedMatrix. We convert a perspective function into a ComputedMatrix, but we apply the perspective length to a wrong matrix item. We should put it into m34, instead of m43. m43 is for translate parameter Z. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix [Bug 1389023](https://bugzilla.mozilla.org/show_bug.cgi?id=1389023). - [X] These changes do not require tests because we have many transform tests in Gecko already. However, those tests may not be enough, so we should add more in Gecko later. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18068) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/nodeiterator.rs')
0 files changed, 0 insertions, 0 deletions