https://bugzilla.wikimedia.org/show_bug.cgi?id=32101

--- Comment #16 from Pau Giner <[email protected]> 2012-11-23 17:57:31 UTC 
---
Recently I tried a technique for SVG with a regular image as a fallback that
may be relevant for this issue.

The technique consists in specifying the SVG image using a multi-background
CSS3 property. this property is ignored by browsers not supporting
multi-background properties (which normally lack also SVG support). 
The technique is a simplified version of what is described at
http://www.broken-links.com/2010/06/14/using-svg-in-backgrounds-with-png-fallback/

An example would be the following:

background: transparent url(images/fallback.png);    
background: none, transparent url(images/image.svg);    


(the 'none,' makes the second a multi-layered background)


This can be seen in action in an example I created:
http://dl.dropbox.com/u/30377416/design/loading-indicator/loading.html

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to