Issue status update for http://smalltalk.gnu.org/node/226 Post a follow up: http://smalltalk.gnu.org/project/comments/add/226

Project:      GNU Smalltalk
Version:      <none>
Component:    Bindings (other)
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  bridgenm
Updated by:   bridgenm
Status:       active

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.




_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to