Merge pull request #1400 from pypeclub/feature/3.0_review_letterbox

This commit is contained in:
Milan Kolar 2021-04-26 12:32:11 +02:00 committed by GitHub
commit efa96c094d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 233 additions and 25 deletions

View file

@ -45,7 +45,25 @@
]
},
"width": 0,
"height": 0
"height": 0,
"letter_box": {
"enabled": false,
"ratio": 0.0,
"state": "letterbox",
"fill_color": [
0,
0,
0,
255
],
"line_thickness": 0,
"line_color": [
255,
0,
0,
255
]
}
}
}
}