RE: Repeating gradients (Was: Re: Talk on radial gradients)

Brad Kemper wrote:
| It might also be worth creating an SVG image, if you are going to be
| using it a lot throughout the site like that. I believe that would be
| cached like any other image, no?

The SVG file might be cached, but that would be no different from
CSS-generated images except for the HTTP request. The image is rendered by
the client. The browser would want to know if the generated image is used
repeatedly at the same size before caching it. (A clue could be its use in a
CSS class.)

David Perrell

Received on Wednesday, 26 August 2009 18:05:11 UTC