about summary refs log tree commit diff stats
path: root/src/algorithms/line-drawing/DDA.svelte
diff options
context:
space:
mode:
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.