Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Jeff Higgins Newsgroups: comp.lang.java.help Subject: Re: Map co-ordinate polygons Date: Thu, 28 Apr 2011 22:25:37 -0400 Organization: A noiseless patient Spider Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 29 Apr 2011 02:23:42 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="66+B4XK2fUYI7mQKoMaOgA"; logging-data="26276"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18oKP/O2UC8CVrxhveGBiz34D5YYm9EuHA=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: Cancel-Lock: sha1:xvyFt2GLp/oleZ5De22ie6s3LAw= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.help:665 On 02/23/2011 08:22 PM, Roedy Green wrote: > On Wed, 23 Feb 2011 08:53:40 -0500, Joshua Cranmer > wrote, quoted or indirectly quoted someone > who said : > > The crucial part is this: > > d="M824.799,742.442c-4.021-1.525-7.375-3.119-7.451-3.543c-0.372-2.068,0.095-2.674,2.986-3.871 > c7.473-3.096,31.817,1.619,31.817,6.16c0,1.484-1.041,2.008-4.882,2.461C833.089,745.319,832.268,745.274,824.799,742.442z" > > which defines a path. > Project suggestion: Build a method which accepts as input a valid SVG path data string and returns an equivalent java.awt.geom.Path2d instance. How much would you charge for such a bit of source code?