Skip to content

Instantly share code, notes, and snippets.

@kthoms
Created June 23, 2013 16:30
Show Gist options
  • Save kthoms/5845602 to your computer and use it in GitHub Desktop.
Save kthoms/5845602 to your computer and use it in GitHub Desktop.
Spray Tutorial: Shape definition
shape SimpleClassShape {
rectangle {
position(x=0, y=0)
size(width=100, height=25)
text {
position(x=5, y=0)
size(width=95, height=25)
id = businessClassText
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment