I'm a writer who uses technical diagrams in pdf manuals. I'm trying to migrate our doc environment to a new system, where XML markup and included SVG diagrams are rendered (using XEP) to PDF. The problem is that XEP does not support gradients and I have hundreds of existing diagrams (EPS - converted to SVG) that contain gradients.
The gradients are always used in one of two cases:
-To create a sphere
-To provide depth to cells in a table
Here is an example of what I'm talking about:

I'm looking for a way to create a sphere, or to give some kind of depth or at least stylize a 2D circle without using gradients (linear or radial). Any help would be greatly appreciated. I'm happy to do the research, I just need a push in the right direction. If I can create a template with some samples, then I can replace the existing spheres.
Thanks in advance.