/* * This file is subject to the terms and conditions defined in * file 'LICENSE.md', which is part of this source code package. */ // Package draw has handy features for defining paths which can be used to draw content on a PDF page. Handles // defining paths as points, vector calculations and conversion to PDF content stream data which can be used in // page content streams and XObject forms and thus also in annotation appearance streams. // // Also defines utility functions for drawing common shapes such as rectangles, lines and circles (ovals). package draw