Refactor SVG viewer to use inline SVG
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

This commit is contained in:
ema
2025-07-01 01:57:36 +08:00
parent f9b075dfa3
commit 682801a8bb
2 changed files with 95 additions and 104 deletions

View File

@@ -18,14 +18,6 @@
justify-content: center;
user-select: none;
}
#svgWrapper img {
transform-origin: center center;
transition: transform 0.1s ease-out;
display: block;
max-width: 100%;
max-height: 100%;
}
</style>
</head>
<body>