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

Text-Decoration is not compliant with specification. #90

Open
Josephblt opened this issue Feb 2, 2023 · 0 comments · May be fixed by #91
Open

Text-Decoration is not compliant with specification. #90

Josephblt opened this issue Feb 2, 2023 · 0 comments · May be fixed by #91

Comments

@Josephblt
Copy link

Text-Decoration value is not compliant with specification.

At the moment, Small-caps is the accepted value.
But according to the spec only the following values are allowed:
none, underline, overline, line-through, blink.

See SVG Specification: Text Decoration for more details.

Josephblt added a commit to Josephblt/canvas2svg that referenced this issue Feb 2, 2023
Before this fix, Small-caps was the accepted value.
After the fix only the following values are accepted:
underline, overline, line-through, blink. In case no value is specified,
the default(none) is used.

Fixes gliffy#90.
@Josephblt Josephblt linked a pull request Feb 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant