joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Support arithmetic operations within shapes #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
shape FormShape(java.lang.String formqualified) {
 rectangle {
    position(x=0,y=0)
    size(width=60,height=20)
    text {
        align(horizontal=center, vertical=middle)
        position(x=5, y=5)
        size(width=60,height=20)
        value=formqualified
    }
 }

}

Currently width etc are all integer constants. Nice would be to use arithmetic 
expressions. This would be very handy on complexer Shapes.

Original issue reported on code.google.com by chr.kast...@gmail.com on 28 Mar 2012 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by joswar...@gmail.com on 12 Nov 2012 at 3:18