Hello.
I am currently using Fuse Ver 0.28.1 on MacOS Sierra.
I´ve been getting the following error since 0.27.1
System.NullReferenceException: Object reference not set to an instance of an object at Fuse.Drawing.Stroke
when trying to bind a stroke color to an Observable
@Knatten confirmed the bug using the following code
<App>
<JavaScript>
module.exports = {color: "#000"}
</JavaScript>
<Rectangle Width="200" Height="50" Color="Blue">
<Stroke Width="5" Color="{color}" />
</Rectangle>
</App>```
Just to let you know, in 0.28.1 it is still not working