Add some statistics to the map demo

This commit is contained in:
Matthias Clasen 2023-08-15 13:32:55 -04:00
parent 03a511aab4
commit 93a90bafc3
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
/* Path/Map
*
* This demo shows how to draw a map using paths.
*
* The world map that is used here is a path with 211 lines and 1569 cubic
* Bėzier segments in 121 contours.
*/
#include <glib/gi18n.h>

File diff suppressed because one or more lines are too long