fixes PR 19025
This commit is contained in:
parent
6dec677308
commit
77841f0834
|
@ -352,7 +352,7 @@
|
|||
;; scale : I number -> I
|
||||
;; scales the I by the given factor
|
||||
|
||||
;; rotate : I number -> I
|
||||
;; rotate : number I -> I
|
||||
;; rotates the I around the top-left corner by the given angle (in degrees)
|
||||
(define/chk (rotate angle image)
|
||||
(let* ([rotated-shape (rotate-normalized-shape
|
||||
|
|
Loading…
Reference in New Issue
Block a user