/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/canvas/2d/mod.rs
12 строк
468 B
Euclid Ye
script: Remove dead code from `HTMLCanvasElement` & `CanvasRenderingContext2D` (#46225)
03 июл 2026, 13:06
Не верифицирован
03 июл 2026, 13:06
a9b013a
Код
Авторство
О чём код?
/* 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; pub(crate) mod canvasrenderingcontext2d; pub(crate) mod offscreencanvasrenderingcontext2d; pub(crate) mod paintrenderingcontext2d; pub(crate) mod path2d; pub(crate) mod textmetrics;