Graphite/graphene/src/layers
Hannah Li 860c4ad6aa Add basic support for radial gradients (#639)
* Add SVG string generator for radial gradients

* Add the UI for the linear vs radial radio inputs

* Initial radial gradient support for gradient tool

* Enabled click and drag support for radial gradients

* Refactor code for gradient in properties panel

* Added gradient type to gradient struct

* Finish refactor to use gradient_type instead of fill

* Fix lint issue

* Combine LinearGradient and RadialGradient in Fill enum

* Add label to properties panel and fix bug

Co-authored-by: Robert Nadal <Robnadal44@gmail.com>
Co-authored-by: Oliver Davies <oliver@psyfer.io>
2022-05-23 20:00:53 -04:00
..
style Add basic support for radial gradients (#639) 2022-05-23 20:00:53 -04:00
text_layer Font selection for text layers (#585) 2022-04-21 09:50:44 +01:00
blend_mode.rs Move layouts definitions to backend and fix Firefox overlay scrollbars (#647) 2022-05-17 13:12:52 -07:00
folder_layer.rs Font selection for text layers (#585) 2022-04-21 09:50:44 +01:00
image_layer.rs Font selection for text layers (#585) 2022-04-21 09:50:44 +01:00
layer_info.rs Font selection for text layers (#585) 2022-04-21 09:50:44 +01:00
mod.rs Add documentation to many parts of the Rust codebase (#552) 2022-04-09 08:56:58 +02:00
shape_layer.rs Fix polygon overflow (#644) 2022-05-20 16:40:01 -04:00