view dox/dictionary.h @ 1395:a768d74e5f49

Fix the svg:use. For a svg:use, it is a group which include the content it reference. It means that we can not tween it to its origin object directly. Instead, we need to ungroup it and then use the result matrix to generate the tweened transformation matrix. Therefore, we need to concate its matrix to the referenced object. Ad center object when the bbox-x is not available.
author wycc
date Sat, 02 Apr 2011 05:36:36 +0800
parents 5f38974372db
children
line wrap: on
line source

/*! \page dictionary Dictionary
 *
 * This page is a list of acronyms and their meaning.
 *
 * - \b cb stands for CallBack.
 * - \b coord stands for COORDinate.
 * - \b elm stands for ELMent.
 * - \b fact stands for FACTory.
 * - \b geo stands for GEOmetry.
 * - \b ldr stands for LoaDeR.
 * - \b man stands for MANager.
 * - \b mb stands for MadButterfly.
 * - \b mbe stands for MadButterfly graphic Engine.
 * - \b obj stands for OBJect.
 * - \b prop stands for PROPerty.
 * - \b rdman stands for ReDraw MANager.
 * - \b rect stands for RECTangle.
 * - \b rm stands for ReMove.
 * - \b rt stands for RunTime.
 * - \b sh stands for SHapes.
 * - \b tman stands for Timer MANager.
 * - \b val stands for VALue.
 */