Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Add Android fixes for Ellipse #43

Open
jeffkamo opened this issue Feb 27, 2015 · 1 comment
Open

Add Android fixes for Ellipse #43

jeffkamo opened this issue Feb 27, 2015 · 1 comment
Labels

Comments

@jeffkamo
Copy link
Contributor

The following property helps fix some rendering issues with the Ellipse mixin for Android

text-rendering: auto;

Fixes issues like this one

@kpeatt
Copy link
Contributor

kpeatt commented Mar 2, 2015

This looks like this is only a problem when you have text-rendering: optimizeLegibility; turned on. Which we don't by default... I'm okay with ensuring that it's fine though.

@kpeatt kpeatt added the bug label Mar 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants