Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Grid mode shifts fonts to 0.5px, causing blurred fonts #90

@mlesin

Description

@mlesin

It happens eventually and depends from target width. I suppose it's because of calculation of _rowMargin in initializeData() func - there is a division by two, frequently causing values like 38.5 or so. It should be rounded, i think. Not sure where to do it better - in initializeData() func or in positionItems() func, right before pushing values into css's translate3d().
I found it in dart version but looks like JS version should have the same issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions