remove group constrainte, it's now a normal group

This commit is contained in:
2021-04-13 19:05:01 +02:00
parent 65d40f494f
commit e5737cd572
2401 changed files with 23705 additions and 1454 deletions

View File

@ -1,20 +1,19 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.9">
<rougail version="0.10">
<variables>
<variable name="leader" multi="True">
<value>a</value>
<value>b</value>
<value>c</value>
</variable>
<variable name="follower1" type="number"/>
<family name="leader" description="leader" leadership="True">
<variable name="leader" multi="True">
<value>a</value>
<value>b</value>
<value>c</value>
</variable>
<variable name="follower1" type="number"/>
</family>
</variables>
<constraints>
<fill name="calc_val">
<param type="index"/>
<target>follower1</target>
</fill>
<group leader="leader">
<follower>follower1</follower>
</group>
</constraints>
</rougail>