mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Fix build after path stroke-width type fix
This commit is contained in:
parent
6c517b04cf
commit
48b226c017
6 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@ TestCase := Rectangle {
|
||||||
height: fit_rect.height;
|
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 ";
|
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_color: black;
|
||||||
stroke_width: 2;
|
stroke_width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PathLayout {
|
PathLayout {
|
||||||
|
|
|
@ -119,7 +119,7 @@ Hello := Rectangle {
|
||||||
y: 300phx;
|
y: 300phx;
|
||||||
fill_color: green;
|
fill_color: green;
|
||||||
stroke_color: black;
|
stroke_color: black;
|
||||||
stroke_width: 2.0;
|
stroke_width: 2px;
|
||||||
|
|
||||||
LineTo {
|
LineTo {
|
||||||
x: 100;
|
x: 100;
|
||||||
|
@ -145,7 +145,7 @@ Hello := Rectangle {
|
||||||
x: 100phx;
|
x: 100phx;
|
||||||
y: 500phx;
|
y: 500phx;
|
||||||
stroke_color: black;
|
stroke_color: black;
|
||||||
stroke_width: 2.0;
|
stroke_width: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ TestCase := Rectangle {
|
||||||
y: 300phx;
|
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";
|
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_color: black;
|
||||||
stroke_width: 2;
|
stroke_width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PathLayout {
|
PathLayout {
|
||||||
|
|
|
@ -23,7 +23,7 @@ TestCase := Rectangle {
|
||||||
height: root.height;
|
height: root.height;
|
||||||
commands: "M 100 0 L 100 250 ";
|
commands: "M 100 0 L 100 250 ";
|
||||||
stroke_color: green;
|
stroke_color: green;
|
||||||
stroke_width: 2;
|
stroke_width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PathLayout {
|
PathLayout {
|
||||||
|
|
|
@ -13,7 +13,7 @@ TestCase := Rectangle {
|
||||||
|
|
||||||
Path {
|
Path {
|
||||||
commands: "M 400 300 A 50 50 0 1 1 550 300 C 550 400 450 450 250 450";
|
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;
|
stroke_color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ TestCase := Rectangle {
|
||||||
|
|
||||||
Path {
|
Path {
|
||||||
commands: "M 400 300 A 50 50 0 1 1 550 300 C 550 400 450 450 250 450";
|
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;
|
stroke_color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue