Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

Graphml elements for "Open Group" Properties

0 votes
I'm looking for the Graphml elements equivalent to the yEd properties for "Open Group" in the Properties View.

Especially for the property "Nesting-dependent Shading"
in Help by (140 points)

1 Answer

0 votes

Create a simple diagram with one group node only, save as GraphML with "Nesting-dependent Shading" enabled and with shading disabled, and compare the two GraphML files in a (text) diff tool.

 

by [yWorks] (160k points)
Thank you very much for your hint.
I found the groupDepthFillColorEnabled="false" element within <y:State .../>

:

           <y:GroupNode>
...
              <y:State  .... groupDepthFillColorEnabled="false" ... />
...
          </y:GroupNode>
Legal Disclosure | Privacy Policy
...