Tooltip on SVG <title>-Element

Tooltip on SVG <title>-Element

Hi!

I am not a very advanced user. But however, using the .tooltip() function works like a charm - well almost at least.

I have the following situation in which is doesn't work:
There's a svg object containing a title tag:

  1. <svg ...>
  2.       <g ...>
  3.             <rect ...>
  4.                   <title>There's a tooltip that won't work</title>
  5.             </rect>
  6.       </g>
  7. </svg>          
I would appreciate your thoughts on that.
Oh, and there's that: It's a customizing on a report tool, thus it's unfortunately impossible to change to DOM source or structure.

Thank you very much and best regards,
Konstantin