2017-04-09 16:49:15 +00:00
|
|
|
/*
|
|
|
|
* This file is subject to the terms and conditions defined in
|
|
|
|
* file 'LICENSE.md', which is part of this source code package.
|
|
|
|
*/
|
|
|
|
|
2018-08-03 10:15:42 +00:00
|
|
|
// Package draw has handy features for defining paths which can be used to draw content on a PDF page. Handles
|
2017-04-09 16:49:15 +00:00
|
|
|
// 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.
|
2017-05-28 14:43:18 +00:00
|
|
|
//
|
|
|
|
// Also defines utility functions for drawing common shapes such as rectangles, lines and circles (ovals).
|
2017-04-09 16:49:15 +00:00
|
|
|
package draw
|