/usr/share/gcompris/boards/draw.xml is in gcompris-data 15.02-1.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
name="draw"
type="python:anim"
section="/math/geometry"
icon="draw.svg"
mode="draw"
difficulty="2"
author="Bruno Coudoin (bruno.coudoin@gcompris.net)"
boarddir="">
<title>A simple vector-drawing tool</title>
<description>A creative board where you can draw freely</description>
<prerequisite>Needs to be capable of moving and clicking the mouse easily</prerequisite>
<goal>In this game, children can draw freely. The goal is to discover how to create attractive drawings based on basic shapes: rectangles, ellipses and lines.</goal>
<manual>Select a drawing tool on the left, and a color down the bottom, then click and drag in the white area to create a new shape. To save time, you can click with the middle mouse button to delete an object.</manual>
</Board>
</GCompris>
|