fixed doc typos
This commit is contained in:
parent
c7126ae628
commit
1a16173bf1
|
@ -145,13 +145,14 @@ base's bounding box, and @racket[1], @racket[1] is the bottom right.
|
||||||
|
|
||||||
Additions are aligned according to @racket[align], a symbol whose name
|
Additions are aligned according to @racket[align], a symbol whose name
|
||||||
consists of a horizontal alignment character followed by a vertical
|
consists of a horizontal alignment character followed by a vertical
|
||||||
alignment character. If @racket[align] is @racket['lt], the pict is
|
alignment character. For example, if @racket[align] is @racket['lt],
|
||||||
placed so that its left-top corner is at the reference point; if
|
the pict is placed so that its left-top corner is at the reference
|
||||||
@racket[align] is @racket['rc], the pict is placed so that the center
|
point; if @racket[align] is @racket['rc], the pict is placed so that
|
||||||
of its bounding box's right edge coincides with the reference point.
|
the center of its bounding box's right edge coincides with the
|
||||||
|
reference point.
|
||||||
|
|
||||||
By default, if there are multiple picts to be placed, they are
|
By default, if there are multiple picts to be placed, they are
|
||||||
verictally appended, aligned according to the horizontal component of
|
vertically appended, aligned according to the horizontal component of
|
||||||
@racket[align]. For example, if @racket[align] is @racket['cc], the
|
@racket[align]. For example, if @racket[align] is @racket['cc], the
|
||||||
default @racket[composer] is @racket[vc-append]; for @racket['lt], the
|
default @racket[composer] is @racket[vc-append]; for @racket['lt], the
|
||||||
default @racket[composer] is @racket[vl-append]. The spacing is
|
default @racket[composer] is @racket[vl-append]. The spacing is
|
||||||
|
|
Loading…
Reference in New Issue
Block a user