mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix typo
This commit is contained in:
parent
112aa14e1a
commit
b4a7b1c849
@ -64,7 +64,7 @@ public:
|
||||
|
||||
xlnt::fill gradient_fill_path;
|
||||
gradient_fill_path.set_type(xlnt::fill::type::gradient);
|
||||
gradient_fill_path.set_gradient_type(xlnt::fill::gradient_type::linear);
|
||||
gradient_fill_path.set_gradient_type(xlnt::fill::gradient_type::path);
|
||||
gradient_fill_path.set_start_color(xlnt::color::red());
|
||||
gradient_fill_path.set_end_color(xlnt::color::green());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user