Skip to content

Commit

Permalink
fix github
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Sep 11, 2024
1 parent e07cbd3 commit da1d109
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
6 changes: 0 additions & 6 deletions docs/index.1eb17a07.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.1eb17a07.js.map

This file was deleted.

6 changes: 5 additions & 1 deletion docs/index.html

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</style>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<script type="module">
// import './selection.js'
import './selection.js'
</script>
<script>
// setTimeout(() => {
Expand All @@ -42,7 +42,6 @@
</script>
</head>
<body>
<script type="module" src="./selection.js"></script>
<svg xmlns="http://www.w3.org/2000/svg" color="#000000" style="background-color:transparent;">
<defs>
<pattern id="diagonalHatch" patternUnits="userSpaceOnUse" patternTransform="translate(0)" width="8" height="8">
Expand All @@ -54,7 +53,7 @@
dur="2s" repeatCount="indefinite"/>
</pattern>
</defs>
<path id="selectionPath" d="M-2,2 l4,-4 M0,8 l8,-8 M6,10 l4,-4" stroke="url(#diagonalHatch)" fill="none" ></path>
<path id="selectionPath" d="M-2,2 l4,-4 M0,8 l8,-8 M6,10 l4,-4" stroke="url(#diagonalHatch)" fill="none" ></path>
</svg>
</body>
</html>

0 comments on commit da1d109

Please sign in to comment.