Style bind background-image
not updating on color-interpolation-method
change
#9084
Labels
background-image
not updating on color-interpolation-method
change
#9084
Vue version
3.3.4
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-pp4jpy?file=src%2FApp.vue
Steps to reproduce
lch
, some of the gradients will change.blue
, text in all gradients change color to blue.left
, all gradients will change direction, previous unapplied color space changes are taking effect as well.srgb
, some of the gradients will change.What is expected?
The
background-image
style attribute should update when the its value has been changed.What is actually happening?
The
background-image
style attribute does not update when the color space (color-interpolation-method
) changes. It does update when:background-image
is changed, such as colors or gradient direction.inheritAttrs
is set tofalse
System Info
Any additional comments?
I am working on a gradient picker component and adding support for different color spaces. For some reason the color space wouldn't update, and while trying to create a reproduction it seemed to be working find until I added additional binds/attributes to the component. Please let me know if more information is needed!
The text was updated successfully, but these errors were encountered: