webgpu / webgpufundamentals

Home Page:https://webgpufundamentals.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit circle not shown in chapter WebGPU Rotation

UnluckyNinja opened this issue · comments

Page that has the issue: https://webgpufundamentals.org/webgpu/lessons/webgpu-rotation.html
Cause seems at:

import { SVG as svg } from '../../3rdparty/svg.esm.js';

I think it could be fixed by prepending another "../"

thanks, fixed.

dc8143f