Skip to content

Commit 322c443

Browse files
committed
add note about anti-aliasing
1 parent 0c27990 commit 322c443

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

_build/reference/613-graphics-circle.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ wend
7676
7777
~~~
7878

79-
By default line drawing using anti-aliasing. For details, see: [Xiaolin Wu's line algorithm](https://en.wikipedia.org/wiki/Xiaolin_Wu%27s_line_algorithm){target=_blank}
79+
By default CIRCLE draws with anti-aliasing. For details, see: [Fast, Antialiased Circles and Ellipses](https://yellowsplash.wordpress.com/2009/10/23/fast-antialiased-circles-and-ellipses-from-xiaolin-wus-concepts/){target=_blank}
8080

8181
To turn off anti-aliasing, add this to the start of your program:
8282

_build/reference/618-graphics-line.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ line 60,0,60,120 color 2
1313
line 100,0,100,120 color 2
1414
```
1515

16-
By default line drawing using anti-aliasing. For details, see: [Xiaolin Wu's line algorithm](https://en.wikipedia.org/wiki/Xiaolin_Wu%27s_line_algorithm){target=_blank}
16+
By default LINE draws with anti-aliasing. For details, see: [Xiaolin Wu's line algorithm](https://en.wikipedia.org/wiki/Xiaolin_Wu%27s_line_algorithm){target=_blank}
1717

1818
To turn off anti-aliasing, add this to the start of your program:
1919

reference/613.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h1>CIRCLE</h1>
149149
if a=-.1 then dir=dir*-1
150150
wend
151151
</code></pre>
152-
<p>By default line drawing using anti-aliasing. For details, see: <a href="https://en.wikipedia.org/wiki/Xiaolin_Wu%27s_line_algorithm" target="_blank">Xiaolin Wu’s line algorithm</a></p>
152+
<p>By default CIRCLE draws with anti-aliasing. For details, see: <a href="https://yellowsplash.wordpress.com/2009/10/23/fast-antialiased-circles-and-ellipses-from-xiaolin-wus-concepts/" target="_blank">Fast, Antialiased Circles and Ellipses</a></p>
153153
<p>To turn off anti-aliasing, add this to the start of your program:</p>
154154
<pre><code> option predef antialias off</code></pre>
155155
<div class="lavenderBox">
@@ -203,7 +203,7 @@ <h1>CIRCLE</h1>
203203
</div>
204204
</div>
205205
<div class="pagefooter">
206-
This page was last edited on Sat, 17 Mar 2018 11:54:15 +1000
206+
This page was last edited on Tue, 5 Mar 2019 18:48:34 +1000
207207
|
208208
<a href="https://en.wikipedia.org/wiki/Markdown" target="_blank" rel="nofollow">Markdown</a>
209209
processed with

reference/618.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1>LINE</h1>
8989
line 20,80,140,80 color 2
9090
line 60,0,60,120 color 2
9191
line 100,0,100,120 color 2</code></pre>
92-
<p>By default line drawing using anti-aliasing. For details, see: <a href="https://en.wikipedia.org/wiki/Xiaolin_Wu%27s_line_algorithm" target="_blank">Xiaolin Wu’s line algorithm</a></p>
92+
<p>By default LINE draws with anti-aliasing. For details, see: <a href="https://en.wikipedia.org/wiki/Xiaolin_Wu%27s_line_algorithm" target="_blank">Xiaolin Wu’s line algorithm</a></p>
9393
<p>To turn off anti-aliasing, add this to the start of your program:</p>
9494
<pre><code> option predef antialias off</code></pre>
9595
<div class="lavenderBox">
@@ -143,7 +143,7 @@ <h1>LINE</h1>
143143
</div>
144144
</div>
145145
<div class="pagefooter">
146-
This page was last edited on Sat, 17 Mar 2018 11:54:15 +1000
146+
This page was last edited on Tue, 5 Mar 2019 18:48:34 +1000
147147
|
148148
<a href="https://en.wikipedia.org/wiki/Markdown" target="_blank" rel="nofollow">Markdown</a>
149149
processed with

0 commit comments

Comments
 (0)