Sha256: 09b70ab6b5a7f3f072db363149b5a9ba0c797bd313e17bfcab80442bec19c33a
Contents?: true
Size: 910 Bytes
Versions: 4
Compression:
Stored size: 910 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Diff with CSS Example</title> <style> body{ background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHElEQVQYlWO4ePFiAzGY4eLFiw0MxIBRhVRRCADsljgKUbBKPgAAAABJRU5ErkJggg==) repeat; } img{ height: 4in; } .diff { width: 3in; height: 4in; background-repeat: none, none; background-size: contain, contain; background-blend-mode: difference; display: inline-table; } </style> </head> <body> <img src="expected/autoscale_00.png"/> <img src="expected/autoscale_01.png"/> <style> .mine{ background-image: url(expected/autoscale_00.png), url(expected/autoscale_01.png);" } </style> <div class="diff mine"/> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems