mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-17 05:42:42 +00:00
Beautify the background color of Svg Web2
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user