← back to Model Arena
data/artifacts/076ac34be3a9/mac1__minicpm-v-latest.html
32 lines
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Ship of State Steered by Committee - SVG Illustration</title>
<style>
/*CSS styles for the illustration*/
.svg-container {
display: flex;
justify-content: center;
align-items: center;
height: 640px;
}
svg {
max-height: 390px;
border-radius: 12px;
transition: max-height .5s ease-in-out; /*Animation to resize SVG when dragged elements are changed*/
}
path {stroke: black;-webkit-stroke-width: var(-- stroke-width);
stroke-width: 1.473rem;}/*set custom stroke width*/}
svg:hover {opacity:.8} /*Dim slightly on hover*/
path.stroke-linecap-offscreen, path.stroke-linejoin-offscreen {
display:none;}
</style>
<script src="script.js"></script>
</head>
<body data-categories=船政部-舰桥大权-议会控制> <!-- Add category labels for accessibility -->
<div class="svg-container">