Name: SLICE-Issue-2745-TextFromStringAddingBlackAttribute-FernandoOlivero.1
Author: FernandoOlivero
Time: 3 August 2010, 3:32:02 pm
UUID: 85d642dd-87c1-4cab-9aa2-629ab10a6bd8
Ancestors: 
Dependencies: Collections-Text-FernandoOlivero.37

Added the black color attribute to all text's, created sending #asText ( which in turn sends Text>>fromString: ).

Which produces a transparent color when rendered sending:
aCanvas
	paragraph: paragraph
	bounds: bounds
	color: self fillStyle

I've added the black color attribute by default.