Patch for typos/otherwise errors in CairoTransform.st
By Michael Bridgen - Posted on June 3rd, 2008
Tagged:
| Project: | GNU Smalltalk |
| Component: | Bindings (other) |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Description
I noticed three errors in packages/cairo/CairoTransform.st:
- a typo 'asMatrixTrasform'
- #about: applies the translations in the wrong order
- the lazy instantiation in #asMatrixTransform was predicated on "isNil ifFalse" rather than "isNil ifTrue"
These may well have been in the source as originally supplied. In any case, here's a patch.
