diff --git a/README.md b/README.md index 09d778e..204cbac 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,4 @@ This is a JavaScript implementation of the Andres circle algorithm, adapted for ### :rocket: [See demo](https://motla.github.io/arc-algorithm/) - No need for floating point numbers or trigonometric functions in fast approximation mode - Sets each pixel only once -- Supports start/end angles, arc radius and trace width - -## Quirks -- In fast approximation mode, the number of drawn pixels is approximated for a given angle, so the end of the arc can be noisy (visible only on large arc widths/radius for some angles). This is OK for an animated spinner for example. +- Supports start/end angles, arc radius and trace width \ No newline at end of file diff --git a/better_approx_version.html b/better_approx_version.html deleted file mode 100644 index 53ca087..0000000 --- a/better_approx_version.html +++ /dev/null @@ -1,122 +0,0 @@ - - -
-