ktmprabhu / spray

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

static text in shapes via Shape-DSL #272

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If we want shapes with a static text, we can’t do this in the shape-dsl – 
we have to use spray and that’s a bit complicated. For better user experience 
it would be nice to have a keyword like „plain-text” with which we can 
define the static text in the shape-dsl. For example:

shape example {
    ...
    plain-text { 
        string = “XOR“
        position …
    }
}

Original issue reported on code.google.com by lethi...@gmail.com on 22 Jun 2013 at 12:26

GoogleCodeExporter commented 8 years ago

Original comment by fabio.filippelli on 8 Jul 2013 at 4:15

GoogleCodeExporter commented 8 years ago

Original comment by fabio.filippelli on 8 Jul 2013 at 4:15