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
The current version throws a false positive if the style string contains `s` or `o`, which are valid marker styles and not colors. For example:
```
style='s', color='C3'
```
should be legal, but currently throws an error.
My suggestion is to check for only the letters that are color codes.
0 commit comments