SVGImage icon indicating copy to clipboard operation
SVGImage copied to clipboard

corol parsing for values like rgb(255,255,255)

Open AlexFlint007 opened this issue 4 months ago • 1 comments

Current solution can't handle color definitons like rgb(255,255,0) which works well in all browsers For example such a gradient gets rendered black which is fallback color.

Current code is only parsing hex values and known color names like "aliceblue". Extended parsing would be helpful.

AlexFlint007 avatar Sep 12 '25 10:09 AlexFlint007