#include <SVG.h>
Inheritance diagram for SVGFillRuleCommand:
Public Member Functions | |
SVGFillRuleCommand (RENDERER_FILLMODE aFillRule) | |
Constructor. | |
virtual bool | execute (SVGContext *aContext) |
Executes the command, i.e. applies it to the context. | |
Static Public Member Functions | |
static SVGCommand * | build (const char *aFillRule) |
Builds a fill rule command from the given string. | |
Protected Attributes | |
RENDERER_FILLMODE | mFillRule |
|
Constructor.
|
|
Builds a fill rule command from the given string.
|
|
Executes the command, i.e. applies it to the context.
Implements SVGCommand. |
|
|