mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
Moves interfaces defined by the SVG spec to the `script/dom/svg/` module from `script/dom/`. Testing: Just a refactor shouldn't need any testing Fixes: Partially #38901 Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>
9 lines
331 B
Rust
9 lines
331 B
Rust
/* 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/. */
|
|
|
|
pub(crate) mod svgelement;
|
|
pub(crate) mod svggraphicselement;
|
|
pub(crate) mod svgimageelement;
|
|
pub(crate) mod svgsvgelement;
|