-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Quick question - any reason this text layer doesn't render on top of the solid layer? If positionX and positionY are 0, then it renders, but it progressively disappears as you increase X and Y. Am I missing something obvious?
{
"layers": [
{
"colour": "#F9F9F9",
"id": "spread_0b055f1998774e5ea795394ff954982fbg",
"width": 400,
"height": 200,
"positionX": 0,
"positionY": 0,
"opacity": 1,
"composite": 40,
"filters": {
"collection": []
},
"canvas": {}
},
{
"text": "Hello",
"textAlignment": 1,
"textDecoration": 1,
"font": "Times",
"fontFamily": null,
"fontSize": 16,
"fontWeight": 200,
"fontStretch": 10,
"fontStyle": 1,
"underColour": "#ff0000",
"fillColour": "#ffff00",
"fillOpacity": 1,
"strokeColour": "none",
"strokeWidth": 1,
"strokeOpacity": 0,
"id": "text_47bd8e2bdc07401f90c85f03bc9ebb38",
"width": 87,
"height": 43,
"positionX": 117,
"positionY": 20,
"opacity": 1,
"composite": 40,
"filters": {
"collection": []
},
"canvas": {}
}
]
}
Metadata
Metadata
Assignees
Labels
No labels