From: Günter M. <mi...@us...> - 2024-01-15 22:02:15
|
- Description has changed: Diff: ~~~~ --- old +++ new @@ -1,3 +1,3 @@ SVG supports embedded hyperlinks, and the ability to trigger scripts on keyboard, mouse, and document events. But docutils does not, because SVG files are referenced by HTML "img" elements instead of "svg" elements. -Might be best to use the SVG "image" element, nested in a HTML "svg" element, to reference the underlying SVG file. +<s>Might be best to use the SVG "image" element, nested in a HTML "svg" element, to reference the underlying SVG file.</s> ~~~~ - **status**: open --> open-fixed - **Comment**: [r9517] implements embedding SVG in an `<svg>` element, so embedded SVG images are now interactive. --- **[feature-requests:#100] Support SVG hyperlinks and event handling** **Status:** open-fixed **Group:** Default **Created:** Wed Nov 01, 2023 09:15 PM UTC by Karl O. Pinc **Last Updated:** Sat Dec 16, 2023 10:46 PM UTC **Owner:** nobody SVG supports embedded hyperlinks, and the ability to trigger scripts on keyboard, mouse, and document events. But docutils does not, because SVG files are referenced by HTML "img" elements instead of "svg" elements. <s>Might be best to use the SVG "image" element, nested in a HTML "svg" element, to reference the underlying SVG file.</s> --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/feature-requests/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/feature-requests/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |