Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit cf2e6d1

Browse files
committed
fixed typo and comment
1 parent 90ee21e commit cf2e6d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/web_ui/lib/src/engine/html/color_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class PersistedColorFilter extends PersistedContainerSurface
3030

3131
/// Color filter to apply to this surface.
3232
final ui.ColorFilter filter;
33-
DomElement? _filterElement; // apply the svg filter to the child container
33+
DomElement? _filterElement;
3434
bool containerVisible = true;
3535

3636
@override

lib/web_ui/lib/src/engine/html/shaders/shader.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ class MatrixHtmlColorFilter extends EngineHtmlColorFilter {
872872
}
873873
}
874874

875-
/// Convert the current [ColorFIlter] to an EngineHtmlColorFilter
875+
/// Convert the current [ColorFilter] to an EngineHtmlColorFilter
876876
///
877877
/// This workaround allows ColorFilter to be const constructible and
878878
/// efficiently comparable, so that widgets can check for COlorFIlter equality to

0 commit comments

Comments
 (0)