diff --git a/tests/cases/elements/path_fit.60 b/tests/cases/elements/path_fit.60 index d0008b7e9..849ce39f2 100644 --- a/tests/cases/elements/path_fit.60 +++ b/tests/cases/elements/path_fit.60 @@ -28,7 +28,7 @@ TestCase := Rectangle { height: fit_rect.height; commands: "M 100 300 Q 150 50 1100 400 Q 1450 500 750 500 Q 1000 600 950 600 C 325 575 350 450 150 550 Q 0 600 100 800 C 250 850 300 600 550 850 C 800 850 850 650 2000 700 "; stroke_color: black; - stroke_width: 2; + stroke_width: 2px; } PathLayout { diff --git a/tests/cases/examples/hello.60 b/tests/cases/examples/hello.60 index b265deb6f..508fe22ac 100644 --- a/tests/cases/examples/hello.60 +++ b/tests/cases/examples/hello.60 @@ -119,7 +119,7 @@ Hello := Rectangle { y: 300phx; fill_color: green; stroke_color: black; - stroke_width: 2.0; + stroke_width: 2px; LineTo { x: 100; @@ -145,7 +145,7 @@ Hello := Rectangle { x: 100phx; y: 500phx; stroke_color: black; - stroke_width: 2.0; + stroke_width: 2px; } } diff --git a/tests/cases/layout/path.60 b/tests/cases/layout/path.60 index 94d732291..81440dbf7 100644 --- a/tests/cases/layout/path.60 +++ b/tests/cases/layout/path.60 @@ -14,7 +14,7 @@ TestCase := Rectangle { y: 300phx; commands: "M 100 300 Q 150 50 250 150 C 250 300 300 300 300 450 A 50 50 0 1 0 450 450 L 550 300"; stroke_color: black; - stroke_width: 2; + stroke_width: 2px; } PathLayout { diff --git a/tests/cases/layout/path_alignment.60 b/tests/cases/layout/path_alignment.60 index 7aef88910..abfd8016b 100644 --- a/tests/cases/layout/path_alignment.60 +++ b/tests/cases/layout/path_alignment.60 @@ -23,7 +23,7 @@ TestCase := Rectangle { height: root.height; commands: "M 100 0 L 100 250 "; stroke_color: green; - stroke_width: 2; + stroke_width: 2px; } PathLayout { diff --git a/tests/cases/layout/path_for.60 b/tests/cases/layout/path_for.60 index e56b27e52..fcaa7cd0d 100644 --- a/tests/cases/layout/path_for.60 +++ b/tests/cases/layout/path_for.60 @@ -13,7 +13,7 @@ TestCase := Rectangle { Path { commands: "M 400 300 A 50 50 0 1 1 550 300 C 550 400 450 450 250 450"; - stroke_width: 2; + stroke_width: 2px; stroke_color: black; } diff --git a/tests/cases/layout/path_offset.60 b/tests/cases/layout/path_offset.60 index 3208cc2b1..3061dffe1 100644 --- a/tests/cases/layout/path_offset.60 +++ b/tests/cases/layout/path_offset.60 @@ -13,7 +13,7 @@ TestCase := Rectangle { Path { commands: "M 400 300 A 50 50 0 1 1 550 300 C 550 400 450 450 250 450"; - stroke_width: 2; + stroke_width: 2px; stroke_color: black; }