original commit: af07d26157bf2c700e6fc6d06ebbd46f5260cdfb
This commit is contained in:
Matthew Flatt 2005-01-03 23:21:15 +00:00
parent c8d5a41f99
commit 7e03063887

View File

@ -1,4 +1,14 @@
Version 299.26
Added set-smoothing and get-smoothing to dc<%>
Added dc-path% class and added draw-path to dc<%>
Added set-path to region%
Added in-region? to region%
Added variants of dc<%>'s set-{pen,brush} that accept arguments
like the-{pen,brush}-list's find-or-create-{pen,brush}
Changed default of radius argument of set-rounded-rectangle
in region% to -0.25 (consistent with dc<%> method)
Version 299.25
Added draw-bitmap-section-smooth to bitmap-dc% (not dc<%>)