I have functioning geometry and a shape .manifest file with the following defaults:
"defaults": {
"fillColor": "#ccffee",
"strokeColor": "#000000",
"strokeWidth": 3,
"rounding": 10,
"width": 120,
"height": 120
}
No style formatting is applied in the .shape file (yet). The shape behaves the way I expect with fill & line properties functioning. I can set the gradient type and properties using the GUI and it works as intended. I cannot find in the documentation anywhere how to define and set the ‘linear-gradient’ properties so that they are the defaults for the shape. How is this done?