You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if it's possible to define a gradient color both in theme or raw CSS for the background of a node, instead of having just a plain color. SVG supports them but they need to be defined with SVG elements and later referenced, not just with the linear-gradient() function of HTML, that also fails due to the parenthesis. So, is there any way to define a linear gradient to fill a node background?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to know if it's possible to define a gradient color both in theme or raw CSS for the background of a node, instead of having just a plain color. SVG supports them but they need to be defined with SVG elements and later referenced, not just with the linear-gradient() function of HTML, that also fails due to the parenthesis. So, is there any way to define a linear gradient to fill a node background?
Beta Was this translation helpful? Give feedback.
All reactions