Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing builds #2460

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ exports[`should support bottom-to-top direction 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -101,6 +103,8 @@ exports[`should support bottom-to-top direction justified 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -158,6 +162,8 @@ exports[`should support left-to-right direction 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -215,6 +221,8 @@ exports[`should support left-to-right direction justified 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -272,6 +280,8 @@ exports[`should support right-to-left direction 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -329,6 +339,8 @@ exports[`should support right-to-left direction justified 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -386,6 +398,8 @@ exports[`should support top-to-bottom direction 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -443,6 +457,8 @@ exports[`should support top-to-bottom direction justified 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down
Loading
Loading