Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way to retain tags such as <rainbow> when serializing #872

Open
Antonio32A opened this issue Feb 7, 2023 · 1 comment · May be fixed by #842
Open

Provide a way to retain tags such as <rainbow> when serializing #872

Antonio32A opened this issue Feb 7, 2023 · 1 comment · May be fixed by #842

Comments

@Antonio32A
Copy link

Attempting to serialize components which have rainbow or gradient tags results in the tag getting converted to a lot of individual color tags (see below). It would be useful to keep the rainbow tags when e.g. the user wants to convert from non-strict to strict format.

Original text:
<rainbow>test</rainbow>
Expected output once deserialized and serialized back:
<rainbow>test</rainbow>
Actual output:
<#f3801f>t</#f3801f><#4bff2c>e</#4bff2c><#0c80e0>s</#0c80e0><#b401d3>t</#b401d3>

@zml2008
Copy link
Member

zml2008 commented Dec 24, 2023

See #842

@zml2008 zml2008 linked a pull request Oct 12, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants