grafika icon indicating copy to clipboard operation
grafika copied to clipboard

Bug fix: strict type check in Editor blend functions

Open avgeeklucky opened this issue 4 years ago • 0 comments

Small PR for you. $opacity !== 1 passes with default values because float 1.0 (default value) is not equal to integer 1.

Added type hints to ensure user values are correct. Possibly related: #18

avgeeklucky avatar Apr 28 '20 21:04 avgeeklucky