You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The color-interpolation-filters property just has an affect on filter operations. Therefore, it has no effect on filter primitives like <feOffset> ...
In feOffset, the dx and dy values don't have to be integral, which means it may perform interpolation between adjacent pixels. Interpolation is sensitive to color space. I think <feOffset> actually can be sensitive to color-interpolation-filters.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
https://drafts.fxtf.org/filter-effects/#ColorInterpolationFiltersProperty
The note says:
In feOffset, the
dx
anddy
values don't have to be integral, which means it may perform interpolation between adjacent pixels. Interpolation is sensitive to color space. I think<feOffset>
actually can be sensitive tocolor-interpolation-filters
.The text was updated successfully, but these errors were encountered: