| /* This Source Code Form is subject to the terms of the Mozilla Public | |
| * License, v. 2.0. If a copy of the MPL was not distributed with this | |
| * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ | |
| mod canvas_state; | |
| pub(crate) mod canvasgradient; | |
| pub(crate) mod canvaspattern; | |
| #[allow(dead_code)] | |
| pub(crate) mod canvasrenderingcontext2d; | |
| pub(crate) mod offscreencanvasrenderingcontext2d; | |
| pub(crate) mod paintrenderingcontext2d; | |
| pub(crate) mod path2d; | |
| pub(crate) mod textmetrics; |