Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uptext-shadow should not accept negative value for its third length #15999
Comments
|
@upsuper sure, why not. |
|
Thanks. |
|
cc @emilio |
|
I am going out of town for a week. Once i get back i will start work on this |
|
I was looking at the code. I have a few questions. Didn't we implement The structure of |
|
@highfive: assign me |
|
Hey @karan1276! Thanks for your interest in working on this issue. It's now assigned to you! |
That was my suggestion at the top of the issue as well. |
|
okay ill make changes and send pr. Ill probably get it wrong the first time, but lets see |
|
This seem to have been fixed. |
I thought it should be fixed in #15611 but apparently it didn't.
It seems
text-shadowdoesn't actually useShadow::parse, but it is probably better have it share the same parsing code.If we want to keep the
SpecifiedTextShadowstruct rather than usingShadow(for saving memory?), it is probably better having a conversion function fromShadowto that, rather than having separate parsing code.@karan1276, since you worked on #15490, would you like to have a look at this issue as well?