We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6143bad commit 91c37cbCopy full SHA for 91c37cb
‎packages/skia/src/skia/web/JsiSkCanvas.ts‎
@@ -312,9 +312,7 @@ export class JsiSkCanvas
312
);
313
}
314
315
- drawSvg(svg: SkSVG, width?: number, height?: number) {
316
- const ctm = this.ref.getLocalToDevice();
317
- console.log({ ctm, width, height });
+ drawSvg(svg: SkSVG, _width?: number, _height?: number) {
318
const image = this.CanvasKit.MakeImageFromCanvasImageSource(
319
(svg as JsiSkSVG).ref
320
0 commit comments