Enabling a renderer

To enable a renderer, simply set the declaration <renderer-name> : true ; in a style rule with a selector that matches SDM .
The following code example shows a style rule that enables the Decoration and LinkLayout renderers.
SDM {
   Decoration : true;
   LinkLayout : true;
}