Hi,
I have found an issue about filling polygon in cairo driver.
Line 1427 of cairo.c:
cairo_set_line_width( aStream->cairoContext, 1.0 );
It is a hard coded line width value. When the polygon size
is large enough, the problem is not obvious, but when the polygon size is
small (comparable to 1), the edge of the polygon will be too thick and the
polygon will not look like the shape you want. e.g. a rectangle looks like
a round dot.
I believe that this line of code should be deleted. After the deletion
the result is correct again. I've tested it against revision 12304.
Hǎiliàng
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel