Warning, /education/gcompris/src/activities/redraw_symmetrical/RedrawSymmetrical.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - redraw_symmetrical.qml
0002  *
0003  * SPDX-FileCopyrightText: 2014 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * Authors:
0006  *   Bruno Coudoin <bruno.coudoin@gcompris.net> (GTK+ version)
0007  *   Bruno Coudoin <bruno.coudoin@gcompris.net> (Qt Quick port)
0008  *
0009  *   SPDX-License-Identifier: GPL-3.0-or-later
0010  */
0011 import "../redraw"
0012 
0013 Redraw {
0014     symmetry: true
0015 }