Closed jwmcglynn closed 5 months ago
Attention: Patch coverage is 76.26648%
with 342 lines
in your changes are missing coverage. Please review.
Project coverage is 87.53%. Comparing base (
9952a68
) to head (1df398c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This makes progress towards #151, adding the following functionality:
<filter>
element support with minimal attributes<feGaussianBlur>
element support with minimal attributesfilter
presentation attribute support, sufficient to support blur and element references.This also refactors the component model, and introduces a separate
System
concept to separate the component data model from logic. Lots of doxygen documentation has also been added.What filter support remains?
<filter>
and filter primitive attributes, such as the bounding box andfilterUnits
filter: blur(5in)