if ((e instanceof SvgRadialGradientElement)) {
return this.handleGradient(((SvgRadialGradientElement) e), opacity);
}
}
} else {
final Colors c_1 = Colors.findColorByName(fill);
boolean _notEquals = (!Objects.equal(c_1, null));
if (_notEquals) {
return this.hexColor(c_1.hexvalue, opacity);
}
return fill.toUpperCase();