FogBugz (Case [Issue]11567) Graphics - Some methods in SequenceableCollection should be moved to PolygonMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]11567) Graphics - Some methods in SequenceableCollection should be moved to PolygonMorph

Pharo Issue Tracker
A FogBugz case was edited by FernandoOlivero.

Case ID:      11567
Title:        Some methods in SequenceableCollection should be moved to PolygonMorph
Status:       Work Needed
Category:     Cleanup
Project:      Graphics
Area:         Misc
Priority:     5 - Fix If Time
Milestone:    Pharo3.0: 30/03/2014
Assigned To:  FernandoOlivero

URL:          https://pharo.fogbugz.com/default.asp?11567

The fix is in the inbox.

SLICE-Issue-11567-Some-methods-in-SequenceableCollection-should-be-moved-to-PolygonMorph--FernandoOlivero.1

After loading the changes, all the following examples work just fine:

ap := PolygonMorph arrowPrototype .
ap openInWorld .

cp := CurveMorph arrowPrototype .
cp openInWorld .

m := PolygonMorph
vertices: {261@400. 388@519. 302@595.  222@500. 141@583. 34@444}
color: Color blue
borderWidth: 3
borderColor: Color black.
m beSmoothCurve .
m openInWorld .
m delete.


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=11567) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker