Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Nov 9, 2023
1 parent 4ccec48 commit b65c292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Prima/Image/Animate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ sub next
$info-> {rect}-> {left},
$info-> {rect}-> {bottom},
$self-> {image},
(( $info-> {blendMethod} eq 'blend') ? rop::Blend : rop::SrcCopy)
(( $info-> {blendMethod} eq 'blend') ? rop::SrcOver : rop::SrcCopy)
);

$ret{$_} ||= 0 for qw(left bottom right top);
Expand Down Expand Up @@ -581,7 +581,7 @@ sub reset
}
}

sub icon { shift->{canvas}->icon }
sub icon { shift->{canvas}->dup }
sub image { shift->{canvas}->image }

sub draw
Expand Down

0 comments on commit b65c292

Please sign in to comment.