|
|
@@ -26,7 +26,15 @@
|
|
|
{ "type" : "line", "a" : { "x" : 0, "y" : 0}, "b" : { "x" : -1, "y" : 0}, "color" : [ 255, 255, 255, 64 ] },
|
|
|
{ "type" : "line", "a" : { "x" : 0, "y" : 1}, "b" : { "x" : -1, "y" : 1}, "color" : [ 0, 0, 0, 64 ] },
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
+
|
|
|
+ "verticalLine" : {
|
|
|
+ "type": "graphicalPrimitive",
|
|
|
+ "primitives" : [
|
|
|
+ { "type" : "line", "a" : { "x" : 0, "y" : 0}, "b" : { "x" : 0, "y" : -1}, "color" : [ 255, 255, 255, 64 ] },
|
|
|
+ { "type" : "line", "a" : { "x" : 1, "y" : 0}, "b" : { "x" : 1, "y" : -1}, "color" : [ 0, 0, 0, 64 ] },
|
|
|
+ ]
|
|
|
+ },
|
|
|
|
|
|
"boxWithBackground" : {
|
|
|
"type": "graphicalPrimitive",
|