servo/components/gfx
bors-servo d2ae3d8bed Auto merge of #15334 - canaltinova:inverse, r=nox
Fix the panic when transform is non-invertible

<!-- Please describe your changes on the following line: -->
Fixes the panic when transform is non-invertible.
Counterpart of https://github.com/servo/webrender/pull/823
r? @glennw

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #13266 (github issue number if applicable).

<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/15334)
<!-- Reviewable:end -->
2017-02-19 05:10:57 -08:00
..
display_list Fix the panic when transform is non-invertible 2017-02-19 15:15:52 +03:00
platform Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
text Use SIMD in gfx when possible 2017-02-04 12:46:22 +01:00
Cargo.toml Fork dwrote, hopefully temporarily 2017-02-19 00:28:04 +01:00
font.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
font_cache_thread.rs Use FamilyName instead of FontFamily in @font-face 2017-02-02 19:37:31 +01:00
font_context.rs Remove unused FontContext::font_cache_thread(). 2016-10-31 16:22:36 +01:00
font_template.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
lib.rs Use 'alloc' gate only for platforms which use freetype in gfx 2017-02-07 01:32:19 +09:00