Another styling question! Has anyone had trouble accessing shape classes (and specifically Rectangle) from within a Stylesheet? For instance, I can't call
s(Rectangle) { fill = someColorHere }
(and 'rectangle' lowercase doesn't work either.) How would I gain access to this?