Replies: 1 comment
-
|
"href" label patch I think I managed to modify 0.20 to support hyperlink jump from a "label" string. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm new schemdraw user.
I'm wondering if I can make my circuit / element "label" hyperlink (to other place) when I generate SVG output.
I want to embed my output SVG into a PDF or HTML and I want my schematic SVG "clickable" to the other portion of embedding (upper-level) PDF/HTML.
I'm asking this from an analogy of PlantUML output SVG, I can make a clickable SVG when embedding.
https://plantuml.com/en/link
I checked a "hyperlink text" object in Inkscape (as it's strongly SVG standard compliant...but not great making any circuit schematic).
The Inkscape software wraps
a <text>...</text> object by an anchor tag like <a id="inkscape-randome" xlink:href="#mylink"> <text>...</text> </a>I'm wondering if a label text (or a rectangle/square shape) to have this xlink:href anchor tag.
best regards, Masashi
Beta Was this translation helpful? Give feedback.
All reactions