Comment group plotters.

svn path=/trunk/netsurf/; revision=5331
This commit is contained in:
Michael Drake 2008-09-15 20:31:09 +00:00
parent d3270ed648
commit f2d6c62d7b

View File

@ -52,8 +52,9 @@ struct bitmap;
* text - * text -
* bitmap - * bitmap -
* bitmap_tile - * bitmap_tile -
* group_start - * group_start - Start of a group of objects. Used when plotter implements
* group_end - * export to a vector graphics file format. (Optional.)
* group_end - End of the most recently started group. (Optional.)
* flush - * flush -
* *
* Coordinates are from top left and (0,0) is the top left grid denomination. * Coordinates are from top left and (0,0) is the top left grid denomination.