Little fix in SectionCut.pm
This commit is contained in:
parent
6db8afe36d
commit
bde730a611
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use SVG;
|
|||
|
||||
has 'scale' => (is => 'ro', default => sub {30});
|
||||
has 'print' => (is => 'ro', required => 1);
|
||||
has 'y_percent' => (is => 'ro', required => 1, default => sub {0.5});
|
||||
has 'y_percent' => (is => 'ro', default => sub {0.5});
|
||||
has 'line' => (is => 'lazy');
|
||||
has 'height' => (is => 'rw');
|
||||
|
||||
|
|
Loading…
Reference in a new issue