elm-community / typed-svg

Typed SVG library written for Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filters.blend is not having all the supported types of blending

shamansir opened this issue · comments

type Mode
= ModeNormal
| ModeMultiply
| ModeScreen
| ModeDarken
| ModeLighten

See the Mode type: There's only normal, multiply, screen, darken, lighten, but the actual supported blends are also color, color-dodge, color-burn, difference and many more, there's a full list: https://developer.mozilla.org/en-US/docs/Web/CSS/blend-mode