joergreichert / spray

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

Non compiling code for some shapes using polygons #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
shape LWC_Valve {
    polygon {
        point (x=0, y=0)
        point (x=120, y=60)
        point (x=120, y=0)
        point (x=0, y=60)
    }
    text {
        position (x=30, y=0)
        size (width=60, height=20)
        id = shapeName
    }
}

leads to non compiling Java code, see screenshot in appendix. Maybe an issue 
with polygons?

Same applies to the shapes Valve Control and Valve Manual (LWC2012 project).

Original issue reported on code.google.com by de.abg.r...@gmail.com on 20 Nov 2012 at 6:37

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by joswar...@gmail.com on 20 Nov 2012 at 7:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 43dde449b4aa.

Original comment by joswar...@gmail.com on 22 Nov 2012 at 12:45

GoogleCodeExporter commented 9 years ago
Cope paste error,  Forgot to replace shape_1 with the tempalte shape name.

Original comment by joswar...@gmail.com on 22 Nov 2012 at 12:47