Skip to content

Commit e2f7c81

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-6.1.0
2 parents f35ea54 + 91c37cb commit e2f7c81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/skia/src/skia/web/JsiSkCanvas.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,7 @@ export class JsiSkCanvas
312312
);
313313
}
314314

315-
drawSvg(svg: SkSVG, width?: number, height?: number) {
316-
const ctm = this.ref.getLocalToDevice();
317-
console.log({ ctm, width, height });
315+
drawSvg(svg: SkSVG, _width?: number, _height?: number) {
318316
const image = this.CanvasKit.MakeImageFromCanvasImageSource(
319317
(svg as JsiSkSVG).ref
320318
);

0 commit comments

Comments
 (0)