Skip to content

Rendering inline svg in MarkdownString for TreeItem tooltip fails when colours are provided #87

Discussion options

You must be logged in to vote

You can try to replace # sign in colors with %23, like so:

-fill="#EEEEEE"
+fill="%23EEEEEE"

https://stackoverflow.com/questions/61099149/svg-fill-color-not-working-with-hex-colors

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Tommycore
Comment options

Answer selected by Tommycore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants