You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of embedding SVG on the page using the image or figure directive, allow to embed the SVG source code on the page itself, allowing the vector and rest of the page (parent) in a single DOM sandbox.
This allows to create hyperlinks on the SVG linking to the page, among other interactions, such as hover effects.
they syntax shall be:
.. svg::
The text was updated successfully, but these errors were encountered:
Instead of embedding SVG on the page using the image or figure directive, allow to embed the SVG source code on the page itself, allowing the vector and rest of the page (parent) in a single DOM sandbox.
This allows to create hyperlinks on the SVG linking to the page, among other interactions, such as hover effects.
they syntax shall be:
The text was updated successfully, but these errors were encountered: