Object Diagram Styles

0 votes
asked Nov 29, 2024 in Question / help by VS

Hi,
I am playing around with object diagrams, and am trying to round off the object diagram using styles. It is not working for me. I don't know if this is a bug or if just unsupported.

I did a search on forum for object diagram and styles, and came across this old link. It seems like styles was added for object diagrams, but maybe not all properties are supported?
 

Sidenote - how do you paste code here?

<style>
objectDiagram {
    BackGroundColor LightSteelBlue
    LineColor Red

}
    .orStyle {
        BackGroundColor Blue
        RoundCorner 50
    }
</style>

object "OR" as c3po <<orStyle>>
hide c3po members
commented Nov 29, 2024 by The-Lu (76,660 points)

1 Answer

0 votes
answered Jan 8 by The-Lu (76,660 points)

Hi V.,

[This is an Issue Review]  

This is now fixed on v1.2025.0.

Thanks for the report.

Enjoy,
Regards.,
Th.

...