This document describes a drawing tool project that allows users to create and edit vector graphics. The tool was developed in Eclipse using Java, JavaScript, HTML, and other technologies. It allows users to create basic shapes like circles, rectangles, triangles, and lines. Users can select, resize, drag, and delete elements. Additional features include changing element colors, stroke width and color, and erasing elements. The tool extracts the used portion of the SVG drawing to convert it to a PNG image. The tool provides a user-friendly interface with buttons for all drawing and editing operations.