Coloring of Nested Containers in Sequence Diagrams fails
RolfBremer opened this issue · 2 comments
RolfBremer commented
If I have two or more nested containers, lets say a "loop" and an "alt" inside of it, and I want the alt to have a green background, and the outer "loop" has a blue one, the inner container also gets blue:
loop #blue All .pintora files in pics folders
Provider->>Provider: Check if pintora file\n is newer than korresponding SVG File
alt #green Found change
Provider->>Pintora: Compile to SVG
activate Pintora
Pintora-->>Provider: Provide SVG File
deactivate Pintora
Provider-->>TypstProject: Provide SVG File
end
end
hikerpig commented
This seems to be a bug , I'll see what I can do this week
hikerpig commented
This is fixed in v0.9.2