DrawPolyline is a simple function for drawing a series of rasterized lines, connecting the points specified in pts (treated as a closed polygon). This function uses a very basic implementation of the Bresenham's algorithm (http://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm), thus with no anti
(pts []polyclip.Point, brush Putpixel)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected