| Andoid (nexus) Chrome crashes when the user taps on a text element in an svg | Remdodds | 12/08/08 3:21 | Using the google Nexus tablet I'm seeing a repeatable crash. <!DOCTYPE html> <html> <body> <svg> <defs> <symbol id="a"> <text x="0" y="15" fill="red">SVG text</text> </symbol> </defs> <use xlink:href="#a" id="texta"/> </svg> </body> </html> If you sa |