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
{{ message }}
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPEsvg [
<!ATTLIST bar id ID #REQUIRED>
]>
<svgviewBox="0,0,480,360"xmlns="http://www.w3.org/2000/svg"xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<textid="a">Hello</text>
</defs>
<!--======================================================================--><!--= SVG 1.1 2nd Edition Test Case =--><!--======================================================================--><!--= Copyright 2009 World Wide Web Consortium, (Massachusetts =--><!--= Institute of Technology, European Research Consortium for =--><!--= Informatics and Mathematics (ERCIM), Keio University). =--><!--= https://www.w3.org/Consortium/Legal/2008/04-testsuite-license =--><!--= See http://www.w3.org/Consortium/Legal/. =--><!--======================================================================-->
<d:SVGTestCasexmlns:d="http://www.w3.org/2000/svg"xmlnsd="http://www.w3.org/2000/02/svg/testsuite/description/"template-version="1.4"reviewer="ED"author="CL"status="accepted"testname="$RCSfile: text-tref-02-b.svg,v $">
<d:passCriteria>
<p>The test is passed if the phrase "Hello World" is displayed, in green.</p>
</d:passCriteria>
</d:SVGTestCase>
<gfont-family="SVGFreeSansASCII,sans-serif">
<textfill="#008000"font-size="36"x="75"y="200"><trefxlink:href="#a"/> <trefxlink:href="#b"/></text>
<!-- and another way to make a separate document fragment -->
<fooxmlns="http://www.inkscape.org/namespaces/inkscape">
<barid="b">World</bar>
</foo>
</g>
</svg>
librsvg-rendering:
Output
<?xml version="1.0" encoding="UTF-8"?>
<svgviewBox="0,0,480,360"xmlns="http://www.w3.org/2000/svg"xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<textid="a">Hello</text>
</defs>
<!--======================================================================--><!--= SVG 1.1 2nd Edition Test Case =--><!--======================================================================--><!--= Copyright 2009 World Wide Web Consortium, (Massachusetts =--><!--= Institute of Technology, European Research Consortium for =--><!--= Informatics and Mathematics (ERCIM), Keio University). =--><!--= https://www.w3.org/Consortium/Legal/2008/04-testsuite-license =--><!--= See http://www.w3.org/Consortium/Legal/. =--><!--======================================================================-->
<d:SVGTestCasexmlns:d="http://www.w3.org/2000/svg"xmlnsd="http://www.w3.org/2000/02/svg/testsuite/description/"template-version="1.4"reviewer="ED"author="CL"status="accepted"testname="$RCSfile: text-tref-02-b.svg,v $">
<d:passCriteria>
<p>The test is passed if the phrase "Hello World" is displayed, in green.</p>
</d:passCriteria>
</d:SVGTestCase>
<gfont-family="SVGFreeSansASCII,sans-serif">
<textfill="#008000"font-size="36"x="75"y="200"><trefxlink:href="#a"/> <tref/></text>
<!-- and another way to make a separate document fragment -->
<foo>
<bar>World</bar>
</foo>
</g>
</svg>
The text was updated successfully, but these errors were encountered:
JoKalliauer
changed the title
id-attribute in bar-entry removed even with --remove-unreferenced-ids no
id-attribute in bar-element removed even with --remove-unreferenced-ids noJul 1, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Input
librsvg-rendering:
Output
librsvg-rendering:
Copyright:
source https://commons.wikimedia.org/wiki/File:W3C_SVG_11_TestSuite_text-tref-02-b.svg
license https://www.w3.org/Consortium/Legal/2008/04-testsuite-license
author w3c SVG Working Group
The text was updated successfully, but these errors were encountered: