Graphite/core/document/src
Henry Sloan 363b9c7ffa Implement fill tool (#254)
* Implement fill tool

* Add fill tool shortcut

* Add getters and setters to styles

* Make fill tool act on the topmost layer clicked

* Refactor fill operation

* Refactor and unify selection tolerance

* Add mark_as_dirty function

* Fix getter names
2021-07-14 03:49:12 -04:00
..
layers Implement fill tool (#254) 2021-07-14 03:49:12 -04:00
color.rs Export current document as SVG when pressing Ctrl+Shift+S (#160) 2021-05-28 20:43:51 +02:00
document.rs Implement fill tool (#254) 2021-07-14 03:49:12 -04:00
intersection.rs Implement viewport selection (#178) 2021-07-05 01:05:12 +02:00
lib.rs Implement viewport selection (#178) 2021-07-05 01:05:12 +02:00
operation.rs Implement fill tool (#254) 2021-07-14 03:49:12 -04:00
response.rs Delete selected layers (#173) 2021-06-10 09:24:59 +02:00