Patch for typos/otherwise errors in CairoTransform.st

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.

Updates

#1 submitted by Paolo Bonzini on Tue, 06/03/2008 - 12:29
Status:active» fixed

Applied, thanks!

User login