This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert *.png -append -colors 256 -unique-colors out/colors256.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(function (){ | |
'use strict'; | |
var math = Math, | |
abs = math.abs, | |
max = math.max, | |
min = math.min; | |
return { | |
absMax: function (a, b){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=image-rendering($hint) | |
@if $hint == 'crisp-edges' | |
@if $legacy-support-for-ie8 or $legacy-support-for-ie7 | |
-ms-interpolation-mode: bilinear | |
@if $experimental-support-for-webkit | |
image-rendering: -webkit-optimize-contrast | |
+experimental-value(image-rendering, crisp-edges, $moz: $experimental-support-for-mozilla, $webkit: false, $o: $experimental-support-for-opera, $ms : false, $khtml: false, $official: true) |
NewerOlder