#include <SVG.h>
Inheritance diagram for SVGTransformationCommand:
Public Member Functions | |
SVGTransformationCommand (const MATRIX2D &aMatrix) | |
Constructor. | |
virtual bool | execute (SVGContext *aContext) |
Executes the command, i.e. applies it to the context. | |
Protected Attributes | |
MATRIX2D | mMatrix |
|
Constructor.
|
|
Executes the command, i.e. applies it to the context.
Implements SVGCommand. |
|
|