SVG Enrichment

We try writing a click-enrichment script for sequence diagrams. site

pages/svg-enrichment/tests

First by hand, change width to 100%, remove height and add attribute: viewbox="0 0 width height"

title%20Eric%20Matic%20Workflow%0A%0Aparticipant%20Ward%0Aparticipant%20Eric%0Aparticipant%20Paul%0A%0AWard-%3EEric%3AMake%20SVG%20More%20Versatile%5Cn%0AWard%3C--Eric%3ASay%20More%20About%20That%0Anote%20over%20Eric%2CPaul%3AAbout%20HTML%20Plugin%0AEric-%3E(3)Paul%3APull%20Request Eric Matic Workflow Ward Eric Paul Make SVG More Versatile Say More About That About HTML Plugin Pull Request

Next we do these same edits with an html script and wrap the <text> elements with <a data-title="..."> now recognized as an internal link. github

http://ward.dojo.fed.wiki/assets/pages/svg-enrichment/convert.html

pages/svg-enrichment