cdglabs / apparatus

A hybrid graphics editor and programming environment for creating interactive diagrams.
http://aprt.us/
MIT License
1.03k stars 58 forks source link

Factor attribute-grabbing methods out of Component into NodeWithAttributes #52

Closed joshuahhh closed 8 years ago

joshuahhh commented 8 years ago

There are more nodes with attributes coming down the line.

(We could just add this to Node, but I really like being able to decouple layers. Node itself shouldn't need to know anything about Attributes.)