Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/skia_canvas/mod.ts>SvgCanvas#complete

Fast HTML Canvas API implementation for Deno using Skia.
Go to Latest
method SvgCanvas.prototype.complete
import { SvgCanvas } from "https://deno.land/x/skia_canvas@0.5.5/mod.ts";

In order to complete the SVG, you must call this method. Call it only once before saving or encoding.