Skip to content

Commit b9d1811

Browse files
committed
update goldens
1 parent 2949ec5 commit b9d1811

4 files changed

+8
-8
lines changed
405 Bytes
Loading
-609 Bytes
Loading
316 Bytes
Loading

test/soft_edge_blur_godel_test.dart

+8-8
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ void main() {
8888
sigma: 10.0,
8989
controlPoints: [
9090
ControlPoint(
91-
position: 1.0,
91+
position: 0.5,
9292
type: ControlPointType.visible,
9393
),
9494
ControlPoint(
95-
position: 0.5,
95+
position: 1.0,
9696
type: ControlPointType.transparent,
9797
),
9898
],
@@ -169,11 +169,11 @@ void main() {
169169
controlPoints: [
170170
ControlPoint(
171171
position: 0.5,
172-
type: ControlPointType.transparent,
172+
type: ControlPointType.visible,
173173
),
174174
ControlPoint(
175175
position: 1.0,
176-
type: ControlPointType.visible,
176+
type: ControlPointType.transparent,
177177
),
178178
],
179179
),
@@ -238,11 +238,11 @@ void main() {
238238
sigma: 10.0,
239239
controlPoints: [
240240
ControlPoint(
241-
position: 1.0,
241+
position: 0.5,
242242
type: ControlPointType.visible,
243243
),
244244
ControlPoint(
245-
position: 0.5,
245+
position: 1.0,
246246
type: ControlPointType.transparent,
247247
),
248248
],
@@ -254,11 +254,11 @@ void main() {
254254
controlPoints: [
255255
ControlPoint(
256256
position: 0.5,
257-
type: ControlPointType.transparent,
257+
type: ControlPointType.visible,
258258
),
259259
ControlPoint(
260260
position: 1.0,
261-
type: ControlPointType.visible,
261+
type: ControlPointType.transparent,
262262
),
263263
],
264264
),

0 commit comments

Comments
 (0)