fixed a bug in the docs typo
Not for the release (because it modifies a file that has been changed too much and because this commit is a minor change)
This commit is contained in:
parent
c96bbe640d
commit
b5364a5875
|
@ -868,7 +868,7 @@ the parts that fit onto @racket[scene].
|
|||
(image-height (rectangle 10 0 "solid" "purple"))]
|
||||
}
|
||||
|
||||
@defproc[(image-baseline [i image?]) (and/c integer? positive? exact?)]{
|
||||
@defproc[(image-baseline [i image?]) (and/c integer? (not/c negative?) exact?)]{
|
||||
Returns the distance from the top of the image to its baseline.
|
||||
Unless the image was constructed with @racket[text] or @racket[text/font],
|
||||
this will be the same as its height.
|
||||
|
|
Loading…
Reference in New Issue
Block a user