blob: 10c9034159e950d3455843c34247f5e8395844fa [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Filters Animation: Hue-rotate Reference</title>
<link rel="author" title="Gunther Brunner" href="mailto:takeshimiya@gmail.com">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
<style type="text/css">
.square {
width: 100px;
height: 100px;
background: blue;
filter: hue-rotate(45deg);
}
</style>
</head>
<body>
<p>You should see a violet rectangle. Neither red nor blue.</p>
<div class="square"></div>
</body>
</html>