Graphite/core/document/src
T0mstone 47458115b8 Another round of polishing (#101)
* Implement basic refactorings

* Simplify some match statements

* Rename `ix` to `index`

If we're not going with a single letter name,
then a full word makes more sense.

* Rename `as_hex` to `to_hex`

`as_` implies lossless reinterpretation
while the function does a conversion that loses information

* Replace `for_each` with for loops

for loops are a lot easier to read and maintain.

* factor out x and y coords in Line::render

this is arguably more ergonomic

* Remove redundant `format!(format_args!())`
2021-05-07 02:47:38 -07:00
..
layers Another round of polishing (#101) 2021-05-07 02:47:38 -07:00
color.rs Another round of polishing (#101) 2021-05-07 02:47:38 -07:00
document.rs Another round of polishing (#101) 2021-05-07 02:47:38 -07:00
lib.rs Add responses in document for layer system (#91) 2021-05-07 02:47:38 -07:00
operation.rs Improve Ellipse Tool (#98) 2021-05-07 02:47:38 -07:00
response.rs Use serde to serialize responses (#96) 2021-05-07 02:47:38 -07:00
shape_points.rs Another round of polishing (#101) 2021-05-07 02:47:38 -07:00