aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/azure_backend.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove azure canvas backendDaniel Alley2020-02-251-785/+0
| | | | closes #25833
* Handle empty paths in PathBuilder::get_current_point()pylbrecht2019-12-171-2/+2
| | | | | The case of calling get_current_point() on empty paths has not been handled and caused panics.
* Fix the build and tidy and address nitsBastien Orivel2019-08-211-2/+3
|
* WIP: Fix azure backendBastien Orivel2019-08-211-52/+75
|
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
| | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
* Fix some new warningsSimon Sapin2019-06-221-10/+10
|
* Make Azure backend build again.Josh Matthews2019-06-031-38/+26
|
* Fix formatting.Josh Matthews2019-06-031-34/+63
|
* Add cargo feature to control canvas backend.Josh Matthews2019-06-031-0/+744