github.com/unidoc/unidoc@v2.2.0+incompatible/pdf/contentstream/draw/doc.go (about) 1 /* 2 * This file is subject to the terms and conditions defined in 3 * file 'LICENSE.md', which is part of this source code package. 4 */ 5 6 // The draw package has handy features for defining paths which can be used to draw content on a PDF page. Handles 7 // defining paths as points, vector calculations and conversion to PDF content stream data which can be used in 8 // page content streams and XObject forms and thus also in annotation appearance streams. 9 // 10 // Also defines utility functions for drawing common shapes such as rectangles, lines and circles (ovals). 11 package draw