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

Textfield w/ float label gives the border a blur/shadow #3721

Closed
aprigogin opened this issue Oct 9, 2018 · 1 comment · Fixed by #4035
Closed

Textfield w/ float label gives the border a blur/shadow #3721

aprigogin opened this issue Oct 9, 2018 · 1 comment · Fixed by #4035
Milestone

Comments

@aprigogin
Copy link
Contributor

aprigogin commented Oct 9, 2018

See bottom border rendering.

image

@acdvorak
Copy link
Contributor

acdvorak commented Oct 11, 2018

This is probably due to SVG subpixel antialiasing 🙁

We eventually want to move away from SVG anyway, because it requires a .layout() call whenever the element is shown/hidden or its dimensions change. This would also allow us to reuse the outline for textarea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants