Well, the good news is that I have a working build of 0.63.05. The bad news is that I had to build it by hand.
The build was failing because when trying to build 0.63.05 splash screen under msys, there's a stack overflow. I got round it by reverting back to the 0.63.04 splash, manually tweaking the version number, and substituting it. Synfig can render that when running under msys just fine. There's something about the new feature of outline grow that causes synfig to trigger a stack overflow in msys.
Code:
Compare: (<)C:\msys\1.0\home\cnorman\synfig\build\synfig-studio\images\splash_screen-0.63.05bad.sif (173079 bytes)
with: (>)C:\msys\1.0\home\cnorman\synfig\build\synfig-studio\images\splash_screen-0.63.05good.sif (172233 bytes)
1359,1361d1359
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
2356,2358d2353
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
3353,3355d3347
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
4350,4352d4341
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
4371,4373d4359
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
4407,4409d4392
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
4655,4657d4637
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
4664c4643
< <real value="1.5000000000"/>
---
> <real value="1.0000000000"/>
4721,4723d4700
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
4761,4763d4737
< <param name="outline_grow">
< <real value="0.0000000000"/>
< </param>
Strangely, the resulting Synfigstudio is happy to render 0.63.05 splash screen when running native under Windows.
Thoughts?
Chris