javascript - Browser Zooming Misaligned Workaround -


i have website when user zooms, lines no longer line in situations. unfortunately, don't have example show, know has lack of understanding of how zooming works. assume has things when zoom, pixel may end becoming 2 pixels because single old pixel gets drawn on half of 2 new pixels, depending on how zoom affects pixel orientation.

are there workarounds dealing zooming on websites specified, pixel off noticeable?

there 2 types of zoom. 1 increases fonts , other magnifies evenly. if issue second it's highly doubtful there can it. if it's first type @ how fonts expand , cases might want change relative units ems px (in general fonts specified in px don't zoom).


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -