I found that I could press the ` key without alt/shift and it still worked fine for me (I'm using a Macbook, so Windows might be different).
crownedfoxes
6
Posts
1
Topics
8
Following
A member registered May 27, 2016 · View creator page →
Recent community posts
Sure thing.
{
"layers": [
[
{
"type": "arc_r",
"verteces": [
{
"x": 30,
"y": 135
},
{
"x": 225,
"y": 285
}
]
},
{
"type": "line",
"verteces": [
{
"x": 210,
"y": 210
},
{
"x": 240,
"y": 15
}
]
},
{
"type": "line",
"verteces": [
{
"x": 150,
"y": 45
},
{
"x": 120,
"y": 135
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 31,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "",
"fill": "none",
"dash": [
0,
0
]
},
{
"thickness": 5,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777",
"fill": "none",
"dash": [
0,
0
]
},
{
"thickness": 5,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444",
"fill": "none",
"dash": [
0,
0
]
}
]
}