gracelang / minigrace

Self-hosting compiler for the Grace programming language
39 stars 22 forks source link

Changed graphix shape methods to factory methods #138

Closed kfrye closed 8 years ago

kfrye commented 9 years ago

Changed the shapes in graphix to be created with factory methods instead of methods for better inheritance behavior. Also added a clear method to the text object