bug: Typescript interface SVGAttributes
is not correct declared for attribute color-interpolation-filters
#3354
Labels
Bug: Validated
This PR or Issue is verified to be a bug within Stencil
Stencil version:
Current behavior:
Typescript interface
SVGAttributes
is not correct declared for attributecolor-interpolation-filters
. Contains values "s-rGB" and "linear-rGB" instead.Expected behavior:
Attribute
color-interpolation-filters
is typed with correct values "sRGB" and "linearRGB"The text was updated successfully, but these errors were encountered: