Skip to content

Commit

Permalink
Merge branch 'master' of github.com:soegaard/metapict
Browse files Browse the repository at this point in the history
  • Loading branch information
soegaard committed Feb 8, 2024
2 parents 28d186b + d29c45c commit 4c49647
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions metapict/scribblings/device.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ a curve is converted into a pict by @racket[draw] or similar.
The size is in device coordinates.
}

@deftogether[(
@defproc[(set-curve-pict-size [w real?] [h real?]) void?]
@defproc[(set-curve-pict-size [p pict?]) void?])]{
Sets the parameters @racket[curve-pict-width] and @racket[curve-pict-width]
@defproc*[([(set-curve-pict-size [w real?] [h real?]) void?]
[(set-curve-pict-size [p pict?]) void?])]{
Sets the parameters @racket[curve-pict-width] and @racket[curve-pict-height]
to @racket[w] and @racket[h] or to the width and height of the pict @racket[p].}

@defparam[curve-pict-window win window? #:value (window -1.1 1.1 -1.1 1.1)]{
Expand Down

0 comments on commit 4c49647

Please sign in to comment.