about summary refs log tree commit diff stats
path: root/src/algorithms/line-drawing/DDA.svelte
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-10-10 19:25:55 +0530
committerAndinus <andinus@nand.sh>2021-10-10 19:25:55 +0530
commit764a46c060514008746ecc512155efafbd6c2f7e (patch)
tree52cc583f1afcbb43ca6f9f1dd5e566be58a7e251 /src/algorithms/line-drawing/DDA.svelte
parente62385395a3ac5f7c36ecefcd613f48cfa15d4ad (diff)
downloaddorado-764a46c060514008746ecc512155efafbd6c2f7e.tar.gz
Add links, postamble to homepage
Diffstat (limited to 'src/algorithms/line-drawing/DDA.svelte')
-rw-r--r--src/algorithms/line-drawing/DDA.svelte3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/algorithms/line-drawing/DDA.svelte b/src/algorithms/line-drawing/DDA.svelte
index 58cf07d..aa7ac08 100644
--- a/src/algorithms/line-drawing/DDA.svelte
+++ b/src/algorithms/line-drawing/DDA.svelte
@@ -1,5 +1,5 @@
 <svelte:head>
-  <script src="../../resources/js/plotly/plotly.min.js" on:load={plotlyLoaded}></script>
+  <script src="./plotly/plotly.min.js" on:load={plotlyLoaded}></script>
 </svelte:head>
 <script>
   let solved = false;
@@ -119,7 +119,6 @@
     </table>
   </details>
 
-
   {#if plotlyReady === false}
     <p class="note">
       Cannot plot graph: Plotly is not ready.