about summary refs log tree commit diff stats
path: root/html/508circle.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/508circle.mu.html')
-rw-r--r--html/508circle.mu.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/html/508circle.mu.html b/html/508circle.mu.html
index 88951736..53e853bb 100644
--- a/html/508circle.mu.html
+++ b/html/508circle.mu.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<meta charset="UTF-8">
 <title>Mu - 508circle.mu</title>
-<meta name="Generator" content="Vim/8.1">
-<meta name="plugin-version" content="vim8.1_v1">
+<meta name="Generator" content="Vim/8.2">
+<meta name="plugin-version" content="vim8.1_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
 <meta name="colorscheme" content="minimal-light">
-<style type="text/css">
+<style>
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
@@ -26,7 +26,7 @@ a { color:inherit; }
 -->
 </style>
 
-<script type='text/javascript'>
+<script>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
@@ -81,25 +81,25 @@ if ('onhashchange' in window) {
 <span id="L21" class="LineNr">21 </span>    tmpx <span class="Special">&lt;-</span> subtract x
 <span id="L22" class="LineNr">22 </span>    tmpy <span class="Special">&lt;-</span> copy cy
 <span id="L23" class="LineNr">23 </span>    tmpy <span class="Special">&lt;-</span> add y
-<span id="L24" class="LineNr">24 </span>    <a href='500fake-screen.mu.html#L557'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, tmpx, tmpy, color
+<span id="L24" class="LineNr">24 </span>    <a href='500fake-screen.mu.html#L578'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, tmpx, tmpy, color
 <span id="L25" class="LineNr">25 </span>    <span class="muComment"># pixel(cx-y, cy-x)</span>
 <span id="L26" class="LineNr">26 </span>    tmpx <span class="Special">&lt;-</span> copy cx
 <span id="L27" class="LineNr">27 </span>    tmpx <span class="Special">&lt;-</span> subtract y
 <span id="L28" class="LineNr">28 </span>    tmpy <span class="Special">&lt;-</span> copy cy
 <span id="L29" class="LineNr">29 </span>    tmpy <span class="Special">&lt;-</span> subtract x
-<span id="L30" class="LineNr">30 </span>    <a href='500fake-screen.mu.html#L557'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, tmpx, tmpy, color
+<span id="L30" class="LineNr">30 </span>    <a href='500fake-screen.mu.html#L578'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, tmpx, tmpy, color
 <span id="L31" class="LineNr">31 </span>    <span class="muComment"># pixel(cx+x, cy-y)</span>
 <span id="L32" class="LineNr">32 </span>    tmpx <span class="Special">&lt;-</span> copy cx
 <span id="L33" class="LineNr">33 </span>    tmpx <span class="Special">&lt;-</span> add x
 <span id="L34" class="LineNr">34 </span>    tmpy <span class="Special">&lt;-</span> copy cy
 <span id="L35" class="LineNr">35 </span>    tmpy <span class="Special">&lt;-</span> subtract y
-<span id="L36" class="LineNr">36 </span>    <a href='500fake-screen.mu.html#L557'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, tmpx, tmpy, color
+<span id="L36" class="LineNr">36 </span>    <a href='500fake-screen.mu.html#L578'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, tmpx, tmpy, color
 <span id="L37" class="LineNr">37 </span>    <span class="muComment"># pixel(cx+y, cy+x)</span>
 <span id="L38" class="LineNr">38 </span>    tmpx <span class="Special">&lt;-</span> copy cx
 <span id="L39" class="LineNr">39 </span>    tmpx <span class="Special">&lt;-</span> add y
 <span id="L40" class="LineNr">40 </span>    tmpy <span class="Special">&lt;-</span> copy cy
 <span id="L41" class="LineNr">41 </span>    tmpy <span class="Special">&lt;-</span> add x
-<span id="L42" class="LineNr">42 </span>    <a href='500fake-screen.mu.html#L557'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, tmpx, tmpy, color
+<span id="L42" class="LineNr">42 </span>    <a href='500fake-screen.mu.html#L578'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, tmpx, tmpy, color
 <span id="L43" class="LineNr">43 </span>    <span class="muComment"># r = err</span>
 <span id="L44" class="LineNr">44 </span>    tmp <span class="Special">&lt;-</span> copy err
 <span id="L45" class="LineNr">45 </span>    copy-to radius, tmp
ref='#n286'>286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386