Settings

* except Analytics

Type to listen to my time signal service (powered by your computer’s clock)!

This code demo was published on .

Scaling and Pixelating

Sorry, this code snippet failed to load, but you can still check it out over on CodePen!

This Pen demonstrates the differences between scaling an image with a transform and scaling an image by modifying the dimensions.

Designating the image-rendering property as pixelated with a transform scale seems to result in anti-aliasing around the edges of the image. Applying the same property value to a dimensional scale does not seem to exhibit the same anti-aliasing.