fix merge mistake
original commit: 1db27b474f32f0c136f91b509b02b4a48da0f2dd
This commit is contained in:
parent
a4d31e5e86
commit
e4ffaabd35
|
@ -719,8 +719,8 @@ has been moved out).
|
|||
(curve-segment-e-pull shape)
|
||||
(scale-color (curve-segment-color shape) x-scale y-scale))])
|
||||
(render-poly/line-segment/curve-segment this-one dc dx dy))]
|
||||
[(or (bitmap? shape) (np-atomic-shape? shape))
|
||||
(let* ([shape (if (bitmap? shape)
|
||||
[(or (ibitmap? shape) (np-atomic-shape? shape))
|
||||
(let* ([shape (if (ibitmap? shape)
|
||||
(make-flip #f shape)
|
||||
shape)]
|
||||
[this-one (scale-np-atomic x-scale y-scale shape)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user