Revert "ui.pens.image: allow float math."

This reverts commit 2d71fd9e22.
master
John Benediktsson 2020-05-19 10:00:05 -07:00
parent fd4ddf588f
commit 1b007dd7fc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ TUPLE: image-pen image fill? ;
M: image-pen draw-interior
[ dim>> ] [ [ image>> ] [ fill?>> ] bi ] bi*
[ draw-scaled-image ] [
[ image-dim [ - 2 / ] 2map ] keep
[ image-dim [ - 2 /i ] 2map ] keep
'[ _ draw-image ] with-translation
] if ;