Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 9, 2024
1 parent 7feee88 commit dc8143f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgpu/resources/js/unit-circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
import { SVG as svg } from '../../3rdparty/svg.esm.js';
import { SVG as svg } from '../../../3rdparty/svg.esm.js';


const setTranslation = (e, x, y) => e.attr({transform: `translate(${x}, ${y})`});
Expand Down

0 comments on commit dc8143f

Please sign in to comment.