Skip to content

Lionad-Morotar/chrome-low-quality-text-reproduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Low text quality when using specific css props

Chromium Bugs Link: #1471449

image image

in short

Combining the use of these CSS styles and enable scrollbar leads to low-quality text rendering: transformborderborder-radiusborder

.selector {
  transform: translate(1px, 1px);
  border: solid 10px gray;
  border-right: unset;
  border-radius: 1px;
  overflow: hidden auto;
}

how to reproduce

  1. open index.html
  2. open devtools using f12
  3. remove border-radius: 1px declare on .dialog

(my computer screen is HiRes(3200 * 2000 16 inch))

screen shots

normal quality text

normal quality text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages