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
In this code, outline color can be set using Color.DARKSLATEGRAY, however I could not find a way to do the same for fillcolor, and had to use "attr" eq "value" notation.
Are there a way to set fillcolor the same way as color? Being able to use java.Color for fillcolor would be useful since "attr" eq "value" cannot type check.
The text was updated successfully, but these errors were encountered:
In this code, outline color can be set using
Color.DARKSLATEGRAY
, however I could not find a way to do the same forfillcolor
, and had to use"attr" eq "value"
notation.Are there a way to set
fillcolor
the same way ascolor
? Being able to usejava.Color
forfillcolor
would be useful since"attr" eq "value"
cannot type check.The text was updated successfully, but these errors were encountered: