Giter Site home page Giter Site logo

Comments (13)

KevinHoward avatar KevinHoward commented on June 11, 2024

#18

Not sure why the issue was closed, but here is an issue discussing the same problem.

from famous.

dmvaldman avatar dmvaldman commented on June 11, 2024

Have you pulled from v0.1.2 which was cut last night? We have a fix! (this was the reason for the close)

changelog: https://github.com/Famous/famous/blob/master/CHANGELOG.md

from famous.

reem avatar reem commented on June 11, 2024

Just updated generator-famous and made a brand new project:

screen shot 2014-04-29 at 1 51 00 pm

:(

from famous.

dmvaldman avatar dmvaldman commented on June 11, 2024

Can you check if the CSS applied to the element has rounded pixel values (note, we take into account pixel density, so if you have a retina screen (density 2) it will be rounded to the nearest .5)

from famous.

reem avatar reem commented on June 11, 2024

I'm not 100% sure what to check, but it appears that everything is a round pixel value. Here's everything just in case:

-webkit-backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
-webkit-transform-origin: 0px 0px;
-webkit-transform-style: flat;
background-color: rgb(255, 164, 87);
box-sizing: border-box;
color: rgb(0, 0, 0);
display: block;
height: 50px;
opacity: 0.9999989867210388;
pointer-events: auto;
position: absolute;
width: 300px;

from famous.

dmvaldman avatar dmvaldman commented on June 11, 2024

The thing to look for is that the -webkit-transform matrix is all integers, which it appears to be. The blurry font is caused by anti-aliasing, where a black pixel is located in between two physical pixels on your monitor, and grays out, for example. We'll be looking into this more on our end. Thanks for brining it up.

from famous.

andrewdeandrade avatar andrewdeandrade commented on June 11, 2024

@reem what platform are you running Chrome on? Is this Chrome on Windows?

from famous.

reem avatar reem commented on June 11, 2024

Nope. Latest chrome on OS X 10.9.

On Tue, Jun 3, 2014 at 11:46 AM, Andrew de [email protected], wrote:

@reem what platform are you running Chrome on? Is this Chrome on Windows?


Reply to this email directly or view it on GitHub.

from famous.

lunardog avatar lunardog commented on June 11, 2024

Are you using HeaderFooterLayout by any chance?

from famous.

reem avatar reem commented on June 11, 2024

Nope. Here's a gist with the minimum code necessary to reproduce this in chrome: https://gist.github.com/reem/11406427

from famous.

MylesBorins avatar MylesBorins commented on June 11, 2024

@ftripier @michaelobriena Have you guys seen this thread?

from famous.

michaelobriena avatar michaelobriena commented on June 11, 2024

Is this still an issue using the newest version of Famo.us?

from famous.

dmvaldman avatar dmvaldman commented on June 11, 2024

Fixed

from famous.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.