phlsa / gmynd-old

A toolkit that makes creating graphics easy
2 stars 0 forks source link

Infer properties of freeforms from shape properties #17

Open phlsa opened 11 years ago

phlsa commented 11 years ago

When I create a custom shape (like a triangle) using Processing.js, I have to manually translate colors etc. into the processing language. It would be great to have on shorthand function for matching fill (background) and stroke (border) with the enclosing shape, and at the same time strip that style from the container to avoid boxes around our shapes.