Error in “An SVG Primer for Today's Browsers”

Hi,

Hopefully the maintainer of the document “An SVG Primer for Today's Browsers” is on this list. I sent to the mailing list in the document itself, <public-svg-ig@w3.org<mailto:public-svg-ig@w3.org> >, but received an automessage back that it’s no longer active and suggesting this one.

Shortly after this point in the document:

http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html#graphics31

in the example for a text path, which has this code:

<defs>

<path id="curve" d="M 10 100 C 200 30 300 250 350 50"
stroke="black" fill="none" stroke-width="5" />

</defs>

<text id="T" style="font-family:ariel;font-size:16">

<textPath xlink:href="curve">Hello, here is some text lying along a bezier curve.</textPath>

</text>

the attribute xlink:href="curve" should instead be xlink:href="#curve".

Thanks,

•••••••••••••••••••••••••••••••••••••••••••••
Andy Anderson, Ph.D.
Mathematical and Spatial Data Analysis Specialist
Amherst College, Academic Technology Services
Amherst, MA 01002-5000
413-542-2255                     AIM/Skype: AndyAndersonPhD
aanderson@amherst.edu<mailto:aanderson@amherst.edu>       http://www.amherst.edu/people/facstaff/aanderson/
Twitter: @GeoObservatory @WebObservatory @SciObservatory
“Geography’s just physics slowed with trees on top.” — Terry Pratchett, Wyrd Sisters

Received on Monday, 11 November 2013 00:00:15 UTC