diff --git a/__test__/wasm.spec.ts b/__test__/wasm.spec.ts index 55f8a87e..c02d4211 100755 --- a/__test__/wasm.spec.ts +++ b/__test__/wasm.spec.ts @@ -327,7 +327,7 @@ test('should be load custom WOFF2 font', async (t) => { const originPixels = Array.from(pngData.pixels) // Find the number of blue `rgb(0,255,255)`pixels - t.is(originPixels.join(',').match(/0,0,255/g)?.length, 6067) + t.is(originPixels.join(',').match(/0,0,255/g)?.length, 6039) }) test('should generate a 80x80 png and opaque', async (t) => { diff --git a/example/bbox-out.png b/example/bbox-out.png index 945f8577..095da1f9 100644 Binary files a/example/bbox-out.png and b/example/bbox-out.png differ diff --git a/example/out-resvg-js.png b/example/out-resvg-js.png index 27b1bf21..66263555 100644 Binary files a/example/out-resvg-js.png and b/example/out-resvg-js.png differ diff --git a/example/out-sharp.png b/example/out-sharp.png index 771ffdac..375aab4f 100644 Binary files a/example/out-sharp.png and b/example/out-sharp.png differ diff --git a/example/out-skr-canvas.png b/example/out-skr-canvas.png index 6fa9d415..5faa1e71 100644 Binary files a/example/out-skr-canvas.png and b/example/out-skr-canvas.png differ diff --git a/example/text-out-async.png b/example/text-out-async.png index ef0f7203..bd471fc1 100644 Binary files a/example/text-out-async.png and b/example/text-out-async.png differ diff --git a/example/text-out.png b/example/text-out.png index b3a9168b..bd471fc1 100644 Binary files a/example/text-out.png and b/example/text-out.png differ diff --git a/example/text2-out.png b/example/text2-out.png index 9e6f60aa..53c60321 100644 Binary files a/example/text2-out.png and b/example/text2-out.png differ diff --git a/wasm/index_bg.wasm b/wasm/index_bg.wasm index 7e77996b..4d07cde2 100644 Binary files a/wasm/index_bg.wasm and b/wasm/index_bg.wasm differ