diff --git a/line-segment-intersection/README.md b/line-segment-intersection/README.md index 8b7c85e..9bdadcd 100644 --- a/line-segment-intersection/README.md +++ b/line-segment-intersection/README.md @@ -2,6 +2,8 @@ An interactive geometric visualization tool that demonstrates rectangle area calculations and their relationship to a line segment. +![Application Screenshot](screenshot.png) + ## Use Case This tool provides a visual and interactive way to understand how moving a point affects the areas of rectangles formed with fixed anchor points. It's useful for: diff --git a/line-segment-intersection/screenshot.png b/line-segment-intersection/screenshot.png new file mode 100644 index 0000000..3685dd6 Binary files /dev/null and b/line-segment-intersection/screenshot.png differ