Closed
Description
Describe the bug
If I specify a group layer to hide with hide-layer, all children of the group get rendered regardless, this is contrary to the normal behavior of manually hiding a group layer and then rendering the map with tmxrasterizer, in which case they are correctly hidden
To Reproduce
Steps to reproduce the behavior:
- Make map with 2 group layers "bg" and "fg", each with some children
- Run tmxrasterizer --hide-layer bg output.png
- See that bg's children layer are rendered into output.png
Expected behavior
"bg"'s children layers shouldn't be rendered into output.png
Specifications:
- OS: MacOs 14
- Tiled Version: 1.10.2
Activity