The first thing I did was check out the drawing tools. Fill paint selections override style bindings just as they did before and that makes sense to me as it is consistent with 8.1. The downside is that you can't apply style bindings to SVG elements from inside a drawing (which also kind of makes sense) so if you pick a color on a drawing element it will override style bindings. You have to find that fill property in the drawing architecture manually in order to remove the override.
It would be cool to have a drawing binding editor that lets you click on elements as you do in the drawing tools and adjust style bindings on them. This lets you animate colors on sub-elements based on styles without finding the elements in the drawing structure manually, adding a style element and then animating that with a binding. It would also be good in the binding editor to have an easy way to remove any fill elements which would override the style bindings but that might be tricky to implement.
A lot of times you can make a nice SVG drawing and animate a translucent overlay to retain any texture in the drawing while changing the hue. If you do these animations with CSS you gain the ability to make things flash, pulse, etc. For example, you could have indicator lights on your drawing that you want to stay in scale with the rest of the drawing but want to animate independently.
It would be helpful to have a binding editor that lets you navigate drawings similarly to how the drawing editor lets you navigate them so you can implement these bindings without digging through the elements.