MitchellNeill

Results 4 comments of MitchellNeill

Adding support to the above comment, directly acting on the attributes seemed to work for me: ``` let mut style = ShapeStyle::from(RED); style.stroke_width=4_u32; ```

It certainly makes it a better trickier, especially since we can't be sure if the input type implements any sort of helpful methods. At the moment I am working around...

@ykethan I am also seeing this problem, can't see anything in the Data tap however my data models do not have an ownerField, it may be linked to another issue...

I've also found this confusing, any updates on when they will be removed?