Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Transforms cause font-smoothing weirdness in Webkit

  • This topic is empty.
Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #242693
    alfiqmiq
    Participant

    transform: perspective(1px) scale(1.1)

    also

    transform: perspective(1px) scale3d(1.1, 1.1, 1)

    works fine

    #256206
    slappy-x
    Participant

    Something i just noticed regarding this topic is the use of overflow:hidden.

    I had a rotated div with a negative rotated (by the same amount) div inside it and any text within was extremely blurry, i tried everything above with no results. Then i noticed that another div had the same rotation but was clear text. removing overflow:hidden solved this issue in chrome and firefox.

    Hope it helps some one in the future

Viewing 2 posts - 16 through 17 (of 17 total)
  • The forum ‘CSS’ is closed to new topics and replies.