Skip to content

Commit 72b3c60

Browse files
committed
Update viewport bounds margin tests
1 parent 4b26c85 commit 72b3c60

13 files changed

+4
-1
lines changed

examples/tests/viewport-boundsmargin.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default async function test({ renderer, testRoot }: ExampleSettings) {
8686
pivot: 0,
8787
text: 'red',
8888
fontSize: 80,
89-
fontFamily: 'sans-serif',
89+
fontFamily: 'Ubuntu-ssdf',
9090
parent: boundaryRect2,
9191
});
9292

@@ -104,6 +104,7 @@ export default async function test({ renderer, testRoot }: ExampleSettings) {
104104
fontSize: 30,
105105
x: 10,
106106
y: 50,
107+
fontFamily: 'Ubuntu-ssdf',
107108
parent: testRoot,
108109
});
109110

@@ -112,6 +113,7 @@ export default async function test({ renderer, testRoot }: ExampleSettings) {
112113
fontSize: 30,
113114
x: 800,
114115
y: 10,
116+
fontFamily: 'Ubuntu-ssdf',
115117
parent: testRoot,
116118
});
117119

@@ -120,6 +122,7 @@ export default async function test({ renderer, testRoot }: ExampleSettings) {
120122
fontSize: 30,
121123
x: 800,
122124
y: 50,
125+
fontFamily: 'Ubuntu-ssdf',
123126
parent: testRoot,
124127
});
125128

-4.36 KB
Loading
-4.25 KB
Loading
-3.91 KB
Loading
-3.87 KB
Loading
-3.82 KB
Loading
-3.85 KB
Loading
-3.83 KB
Loading
-3.71 KB
Loading
-4.03 KB
Loading

0 commit comments

Comments
 (0)