script/dom/canvas/2d/mod.rs
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4
5mod canvas_state;
6pub(crate) mod canvasgradient;
7pub(crate) mod canvaspattern;
8#[allow(dead_code)]
9pub(crate) mod canvasrenderingcontext2d;
10pub(crate) mod offscreencanvasrenderingcontext2d;
11pub(crate) mod paintrenderingcontext2d;
12pub(crate) mod path2d;
13pub(crate) mod textmetrics;