PUNE: A school in Maharashtra's Wai town has given an artistic makeover to a dead 'silver oak' tree by transforming its stump into the shape of a pencil instead of uprooting it. Though educational ...
/** * Draw stump of tree. * * @return Path representing Christmas tree stump. */ private Path buildStumpPath() { final Path path = new Path(); int coordX = LEFT_STUMP_X; int coordY = LEFT_STUMP_Y; ...