if(icon == null && shape == null) {
return null;
}
// grab the major vendor options
PositionRandomizer randomizer = (PositionRandomizer) voParser.getEnumOption(symbolizer, "random", PositionRandomizer.NONE);
BufferedImage image;
if(randomizer != null && randomizer != PositionRandomizer.NONE) {
// we pass the mark instead of turning it into an image as an attempt to get
// a higher quality result, if we turn it into an image and then start moving/rotating