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

Fix icon-text-fit #15634

Merged
merged 3 commits into from
Oct 14, 2019
Merged

Fix icon-text-fit #15634

merged 3 commits into from
Oct 14, 2019

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    5093a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa43802 View commit details
    Browse the repository at this point in the history
  3. [core] fix icon-text-fit

    This fixes rendering by account for the 1px texture padding around icons that were stretched with icon-text-fit. We've added the 1px padding before, but didn't scale it accordingly when we are resizing the icon when it is stretched to fit the text. Adjusts the code to match the logic in GL JS.
    kkaefer committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    afedfcc View commit details
    Browse the repository at this point in the history