Open avgeeklucky opened 4 years ago
Small PR for you. $opacity !== 1 passes with default values because float 1.0 (default value) is not equal to integer 1.
$opacity !== 1
1.0
1
Added type hints to ensure user values are correct. Possibly related: #18
Small PR for you.
$opacity !== 1
passes with default values because float1.0
(default value) is not equal to integer1
.Added type hints to ensure user values are correct. Possibly related: #18