[squeak-dev] The Trunk: MorphicExtras-nice.126.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Oct 19 14:50:19 UTC 2013


Nicolas Cellier uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-nice.126.mcz

==================== Summary ====================

Name: MorphicExtras-nice.126
Author: nice
Time: 19 October 2013, 4:49:07.864 pm
UUID: 9944314e-f449-44ec-9192-f1be85c36f55
Ancestors: MorphicExtras-nice.125

CanvasCharacterScanner correctly displays embedded form.

=============== Diff against MorphicExtras-nice.125 ===============

Item was removed:
- ----- Method: CanvasCharacterScanner>>displayAnchoredMorph: (in category 'displaying') -----
- displayAnchoredMorph: aMorph
- 	"Yet to be defined with appropriate positionning and clipping"!

Item was added:
+ ----- Method: CanvasCharacterScanner>>displayEmbeddedForm: (in category 'displaying') -----
+ displayEmbeddedForm: aForm
+ 	canvas
+ 		drawImage: aForm
+ 		at: destX @ (lineY + line baseline - aForm height)!



More information about the Squeak-dev mailing list