Implemented a new "line" fill pattern. #20
This commit is contained in:
parent
d47a7bebbc
commit
86f3e4fcd2
4 changed files with 21 additions and 3 deletions
|
@ -89,7 +89,7 @@ our $Options = {
|
|||
'fill_pattern' => {
|
||||
label => 'Fill pattern',
|
||||
type => 'select',
|
||||
values => [qw(rectilinear hilbertcurve archimedeanchords octagramspiral)],
|
||||
values => [qw(rectilinear line hilbertcurve archimedeanchords octagramspiral)],
|
||||
},
|
||||
'solid_fill_pattern' => {
|
||||
label => 'Solid fill pattern',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue