Graphite/graphene/src
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
..
layers Add basic support for radial gradients (#639) 2022-05-23 20:00:53 -04:00
boolean_ops.rs Shape boolean operation improvements (#547) 2022-05-10 17:31:08 -07:00
color.rs Can set stroke and fill on text and shapes (#551) 2022-02-15 09:04:11 -08:00
consts.rs Shape boolean operation improvements (#547) 2022-05-10 17:31:08 -07:00
document.rs Vue initialization and FloatingMenu codebase refactoring and cleanup (#649) 2022-05-21 19:46:15 -07:00
error.rs Add documentation to many parts of the Rust codebase (#552) 2022-04-09 08:56:58 +02:00
intersection.rs Shape boolean operation improvements (#547) 2022-05-10 17:31:08 -07:00
lib.rs Add documentation to many parts of the Rust codebase (#552) 2022-04-09 08:56:58 +02:00
operation.rs Fix polygon overflow (#644) 2022-05-20 16:40:01 -04:00
response.rs Massively reorganize and clean up the whole Rust codebase (#478) 2022-01-14 14:58:08 -08:00