Common names on color parameter
Use common names like red, blue or even random on ColorParameter
Maybe make them translatable too?
hey @metehus / @pedrofracassi
cn i work on this? ?
Sure!
@pedrofracassi / @almeidx
Can i get more info on this issue and file direcory too, so that i can start wrking on it.
Cheers
@pedrofracassi / @almeidx
Can i get more info on this issue and file direcory too, so that i can start wrking on it.
Cheers
The ColorParameter is located here, and it uses the Color util to obtain a color.
The intention of this issue is to make the Color util resolve values such as red, blue, etc to hexadecimal colors.
@pedrofracassi / @almeidx Can i get more info on this issue and file direcory too, so that i can start wrking on it. Cheers
The ColorParameter is located here, and it uses the Color util to obtain a color.
The intention of this issue is to make the Color util resolve values such as
red,blue, etc to hexadecimal colors.
Thanks for the info @almeidx and i have checked both files bit as far i saw that in the util already hex is used and catering the same, so i m unable to understand the exact requirement, could you please explain by quoting one instance.
Cheers
@pedrofracassi / @almeidx Can i get more info on this issue and file direcory too, so that i can start wrking on it. Cheers
The ColorParameter is located here, and it uses the Color util to obtain a color. The intention of this issue is to make the Color util resolve values such as
red,blue, etc to hexadecimal colors.Thanks for the info @almeidx and i have checked both files bit as far i saw that in the util already hex is used and catering the same, so i m unable to understand the exact requirement, could you please explain by quoting one instance.
Cheers
For example, if you input, for example, red it won't resolve to #ff0000, it just won't resolve at all. And that's what this issue is about
https://www.w3.org/TR/css-color-3/#svg-color