Beautify the background color of Svg Web2

This commit is contained in:
ema
2025-06-30 06:00:29 +08:00
parent 98dd96283d
commit 7ca7d2783e
4 changed files with 29 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="zh-CN">
<html>
<head>
<meta charset="UTF-8" />
<title>SVG Preview</title>
@@ -22,7 +22,6 @@
#svgWrapper {
transform-origin: center center;
transition: transform 0.05s ease-out;
cursor: grab;
}
</style>
</head>
@@ -30,7 +29,6 @@
<div id="svgContainer">
<div id="svgWrapper"></div>
</div>
<script src="svg2html.js"></script>
</body>
</html>