first draft
This commit is contained in:
+10
-1
@@ -11,10 +11,19 @@
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="icon" href="favicon.png" />
|
||||
<style>
|
||||
text {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
image {
|
||||
clip-path: inset(0% round 50%);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<svg width="1000" height="1000"></svg>
|
||||
<svg width="1000" height="1000" viewBox="-500 -500 1000 1000"></svg>
|
||||
<script src="dist/graph.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user