diff --git a/img/tangents-to-two-circles.png b/img/tangents-to-two-circles.png index 11adf941a..02d89b85d 100644 Binary files a/img/tangents-to-two-circles.png and b/img/tangents-to-two-circles.png differ diff --git a/src/geometry/tangents-to-two-circles.md b/src/geometry/tangents-to-two-circles.md index a8f4e9398..328e4074e 100644 --- a/src/geometry/tangents-to-two-circles.md +++ b/src/geometry/tangents-to-two-circles.md @@ -10,8 +10,7 @@ The described algorithm will also work in the case when one (or both) circles de ## The number of common tangents The number of common tangents to two circles can be **0,1,2,3,4** and **infinite**. Look at the images for different cases. - -
Different cases of tangents common to two circles
+
!["Different cases of tangents common to two circles"](&imgroot&/tangents-to-two-circles.png)
Here, we won't be considering **degenerate** cases, i.e *when the circles coincide (in this case they have infinitely many common tangents), or one circle lies inside the other (in this case they have no common tangents, or if the circles are tangent, there is one common tangent).*