- From: David Dailey <ddailey@zoominternet.net>
- Date: Tue, 12 Nov 2013 09:24:46 -0500
- To: "'Andy Anderson'" <aanderson@amherst.edu>, <www-svg@w3.org>
- Message-ID: <001c01cedfb2$f03aef50$d0b0cdf0$@net>
He is on this list, but I'll confess that not a lot of maintaining has been done recently. I have been keeping a collection of these mistakes as they are reported and hope to make corrections sometime during the spring semester. Thanks for reporting it! Cheers David From: Andy Anderson [mailto:aanderson@amherst.edu] Sent: Sunday, November 10, 2013 12:36 PM To: www-svg@w3.org Subject: 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 >, 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 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 Tuesday, 12 November 2013 14:25:20 UTC