From: Günter M. <mi...@us...> - 2023-12-16 22:46:47
|
With the SVG embedding patch proposed in the last [comment](https://sourceforge.net/p/docutils/feature-requests/40/#7204) to feature-requests:#40, re-using SVG elements across embedded images works (but will have to be done by authors, not "automagically" by Doctutils. Example attached. Attachments: - [blue-user.svg](https://sourceforge.net/p/docutils/feature-requests/_discuss/thread/1de312bd8b/4eea/attachment/blue-user.svg) (149 Bytes; image/svg+xml) - [circles.svg](https://sourceforge.net/p/docutils/feature-requests/_discuss/thread/1de312bd8b/4eea/attachment/circles.svg) (148 Bytes; image/svg+xml) - [green-user.svg](https://sourceforge.net/p/docutils/feature-requests/_discuss/thread/1de312bd8b/4eea/attachment/green-user.svg) (128 Bytes; image/svg+xml) --- **[feature-requests:#100] Support SVG hyperlinks and event handling** **Status:** open **Group:** Default **Created:** Wed Nov 01, 2023 09:15 PM UTC by Karl O. Pinc **Last Updated:** Tue Nov 14, 2023 05:01 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. Might be best to use the SVG "image" element, nested in a HTML "svg" element, to reference the underlying SVG file. --- 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. |