diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-30 18:27:33 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-30 18:27:33 -0400 |
| commit | 946dad6823a9206d1005f14f9ab1174234682e92 (patch) | |
| tree | 106eb27cb1d6de24b70c4302f8c77d91146283ff | |
| parent | 75f6a29f57f6147c83c8fb60bc5d36d8c6268f72 (diff) | |
z
| -rw-r--r-- | public/assets/test/intersect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/test/intersect.html b/public/assets/test/intersect.html index 3f6d110..cdce645 100644 --- a/public/assets/test/intersect.html +++ b/public/assets/test/intersect.html @@ -77,7 +77,7 @@ function draw () { if (long_enough_to_intersect && collinear) { ctx.fillStyle = "#f00" } - else if (is_on_line) { + else if (collinear) { ctx.fillStyle = "#0f0" } else { |
