Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,437
    • Issues 1,437
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 245
    • Merge requests 245
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Issues
  • #4657

Closed
Open
Created Jan 21, 2022 by Georges Basile Stavracas Neto@feaneronDeveloper

Some rendering artifacts in dimmed labels

I recently introduced some changes in Settings that happen to trigger this 100% (Date & Time panel with automatic timezones on).

I'm filing this is issue separatedly because I think it's different than #3833 (closed). This report is about rendering artifacts beneath labels, not blurriness.

Have a look:

Captura_de_tela_de_2022-01-21_15-19-56

Interestingly, the inspector's magnifier doesn't seem to render the GtkLabels themselves with these artifacts:

Captura_de_tela_de_2022-01-21_15-20-43

As I write this bug report, I realized that I can reproduce this with any Text node in the inspector by resizing it. Take this text node for example:

text {
  color: rgba(0,0,0,0.8);
  font: "Cantarell Bold 11";
  glyphs: "Data & hora";
  offset: 0 14.418;
}

If I resize the inspector window, I can see rendering artifacts there:

Captura_de_tela_de_2022-01-21_15-22-50

Captura_de_tela_de_2022-01-21_15-22-46

Captura_de_tela_de_2022-01-21_15-22-36

Assignee
Assign to
Time tracking