We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
List layout node with a dash style border:
The same List layout node with a solid style border:
Use a ListLayoutStrategy and a dash border style.
The border appears as dashed.
No border is displayed.
ListNodeConverter shall use: borderStyle: convertLineStyle(style.borderStyle) instead of: borderStyle: style.borderStyle
borderStyle: convertLineStyle(style.borderStyle)
borderStyle: style.borderStyle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Screenshots
List layout node with a dash style border:
The same List layout node with a solid style border:
Steps to reproduce
Use a ListLayoutStrategy and a dash border style.
Expected behavior
The border appears as dashed.
Actual behavior
No border is displayed.
Possible solution (not tested yet)
ListNodeConverter shall use:
borderStyle: convertLineStyle(style.borderStyle)
instead of:
borderStyle: style.borderStyle
The text was updated successfully, but these errors were encountered: