Closed dumbledore closed 13 years ago
It turns out that this is a part of the SVG language. Still, there's no problem to add support for it.
Not going to support alt text for SVG images, as it's not worth the effort as it is done through tag nesting, which is something non-trivial to account for, at least for the current (rather messy) implementation.
<image x="200" y="200" width="100px" height="100px" xlink:href="myimage.png">
<title>My image</title>
</image>
Images using the rather than tag don't show up. That is, I need to include support for that tag, too.