Erik Dahlström (inactive)
2014/06/13 10:29:15
I really meant:
image { image-rendering: pixelat
I really meant:
image { image-rendering: pixelated; }.
It might be interesting to have a separate test for pixelate on the svg element
itself too, especially if it had some other graphical elements inside too (like
<path> or such), just to show that even though you specify 'pixelated' it
shouldn't mean that the svg shouldn't render the shapes nicely.
4 image-rendering: pixelated;
5 }
6 </style>
7 <body>
8 <!-- The resulting image should be 100x100, consisting of 4 50x50 blocks of
solid color, with no blurring of edges -->
Issue 336693005: Add image-rendering: pixelated.
(Closed)
Created 6 years, 6 months ago by jackhou1
Modified 6 years, 6 months ago
Reviewers: Mike Lawther (Google), jackhou, pdr., Erik Dahlström (inactive), apavlov, vsevik, loislo
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 26