SVG tref element #791
jlpoolen
started this conversation in
New feature request
Replies: 1 comment
-
Just to be complete, an attempt to reference tref with and without a |
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
-
Enhancement request: support for the tref element.
https://www.w3.org/TR/SVG/text.html#TRefElement
current attempt generates error message: "There were parsing errors..."
Example:
...<text id="svg_1" fill="red" y="41" x="21.4375">
<tref xlink:href="myserver/test/test_svgedit_tref1.txt"/>
</text>...
where test_svgedit_tref1.txt file has:
<text xml:space="preserve" text-anchor="left" font-family="Courier" font-size="12" id="svg_5" y="54.74456" x="1094.63103" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="0" stroke="#000000" fill="#000000">
<tspan x="10" dy="1em" id="svg_1">TEST</tspan>
</text>
Beta Was this translation helpful? Give feedback.
All reactions