View Single Post
Old 02-28-2014, 03:23 AM   #4
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,561
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
I think you have to add xmlns:ns="http://www.w3.org/1999/xlink" to the <svg> tag, and then use ns:href in the <a> tag. See here.

The first piece defines the "ns" namespace, where "ns" is just an arbitrary name, you can choose whatever name you like. When you use "ns:href", it means the "href" attribute from the "http://www.w3.org/1999/xlink" (that we have defined as "ns") specification.
Jellby is offline   Reply With Quote