else if (this.style('filter').hasValue()) {
                            var filter = this.style('filter').getDefinition();
                            if (filter != null) filter.apply(ctx, this);
                        }
                        else this.renderChildren(ctx);