Top "Subpixel" questions

Use this tag for questions related to subpixel, where an animation would apply gradually.

Animate CSS background-position with smooth results (sub-pixel animation)

I'm trying to animate the background-position of a div, slowly, but without it having jerky movement. You can see the …

css animation background-image subpixel
Subpixel anti-aliased text on HTML5's canvas element

I'm a bit confused with the way the canvas element anti-aliases text and am hoping you all can help. In …

html text canvas antialiasing subpixel
HTML: Sub-pixel border

Is it possible to have a border that is thinner than 1px and works in IE6+ and is not an …

html border subpixel
Can you have a 0.5px border on a Retina Display?

On Mobile Safari on an iPhone 4 or iPhone4S, can you have a border of a div that is 0.5px …

iphone safari subpixel
Poor anti-aliasing of text drawn on Canvas

I'm drawing text on Canvas, and am disappointed with the quality of antialiasing. As far as I've been able to …

html canvas antialiasing typography subpixel
Sub-Pixels calculated and rendered differently among browsers

The purpose: I am working on a code similar to this to create a component where an input field has …

css cross-browser rendering subpixel
safari rounding down on subpixel calculations

i have a container that takes up 829px on a row, and has a background-image of the same size. i …

css layout responsive-design percentage subpixel
Fixing Sub-Pixel rounding issue in a CSS Fluid Grid

I'm trying to create a fluid CSS grid, it works in Firefox and IE8+ but NOT in Safari/Chrome/Opera …

javascript css rounding fluid-layout subpixel
Drawing an image using sub-pixel level accuracy using Graphics2D

I am currently attempting to draw images on the screen at a regular rate like in a video game. Unfortunately, …

java image graphics graphics2d subpixel
How can I translate an image with subpixel accuracy?

I have a system that requires moving an image on the screen. I am currently using a png and just …

graphics image-processing rendering subpixel