Re: Scaling sub-pixel fonts

On 12/6/10 11:44 AM, Jeff Schiller wrote:
> That's an unintuitive, er, interesting result.

It's a broken test.  CSS3 Transforms use "50% 50%" as the default value 
of transform-origin, so the "scale(2)" scales out from the midpoint of 
the block and the text in the testcase all ends up above and to the left 
of the browser viewports, where UAs typically do not allow scrolling.

The testcase wants "transform-origin: left top" (with the appropriate 
prefixes as needed).

-Boris

Received on Monday, 6 December 2010 16:55:23 UTC