diff options
author | Andinus <andinus@nand.sh> | 2021-10-10 19:25:30 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-10-10 19:25:30 +0530 |
commit | e62385395a3ac5f7c36ecefcd613f48cfa15d4ad (patch) | |
tree | 23bc0c31633401eada0960c4c3b7cbb88869768c /src | |
parent | e3c4aaf6c20ac1aab52ba30c93f1d360b21dfff8 (diff) | |
download | dorado-e62385395a3ac5f7c36ecefcd613f48cfa15d4ad.tar.gz |
Add plotly, update README to add Development notes
Diffstat (limited to 'src')
-rw-r--r-- | src/algorithms/line-drawing/DDA.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/line-drawing/DDA.svelte b/src/algorithms/line-drawing/DDA.svelte index fe5e8e5..58cf07d 100644 --- a/src/algorithms/line-drawing/DDA.svelte +++ b/src/algorithms/line-drawing/DDA.svelte @@ -1,5 +1,5 @@ <svelte:head> - <script src="https://andinus.unfla.me/resources/js/plotly/plotly.min.js" on:load={plotlyLoaded}></script> + <script src="../../resources/js/plotly/plotly.min.js" on:load={plotlyLoaded}></script> </svelte:head> <script> let solved = false; |