Adendakis / pysvg

Automatically exported from code.google.com/p/pysvg
0 stars 0 forks source link

Turtle graphics not flexible enough about style #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Style of the pen is set only once during initialization of the Turtle class. 
this keeps people from using the same instance when drawing different objects 
objects with different styles).

Instead of using several instances depending on the style the issue should be 
solved by storing the style information for each polyline seperately.

Original issue reported on code.google.com by kerim.ma...@gmail.com on 28 Feb 2010 at 11:52