For the test, I used the Tests/varLib/data/Build.designspace as starting point, modified the 'a' glyph so that 1 on-curve point (the first one) becomes impliable for all the masters.
21 lines
740 B
XML
21 lines
740 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<designspace format="3">
|
|
<axes>
|
|
<axis default="400" maximum="1000" minimum="400" name="weight" tag="wght" />
|
|
</axes>
|
|
<sources>
|
|
<source familyname="Test Family" filename="master_ufo/TestFamily-Master1.ttx" name="master_1" stylename="Master1">
|
|
<location>
|
|
<dimension name="weight" xvalue="400" />
|
|
</location>
|
|
</source>
|
|
<source familyname="Test Family" filename="master_ufo/TestFamily-Master2.ttx" name="master_2" stylename="Master2">
|
|
<location>
|
|
<dimension name="weight" xvalue="1000" />
|
|
</location>
|
|
</source>
|
|
</sources>
|
|
<instances>
|
|
</instances>
|
|
</designspace>
|