Path: ...!postnews.google.com!j27g2000cwj.googlegroups.com!not-for-mail From: matsben@gmail.com Newsgroups: comp.lang.tcl Subject: ANNOUNCE: tkpath 0.2.4 Date: 5 Mar 2007 02:31:13 -0800 Organization: http://groups.google.com Lines: 49 Message-ID: <1173090673.258165.79690@j27g2000cwj.googlegroups.com> NNTP-Posting-Host: 213.67.45.154 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1173090686 20072 127.0.0.1 (5 Mar 2007 10:31:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 5 Mar 2007 10:31:26 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j27g2000cwj.googlegroups.com; posting-host=213.67.45.154; posting-account=w76yOg0AAADMvcmFrIwEFCIFTefTgSaq ANNOUNCE: tkpath 0.2.4 ---------------------- Tkpath is an extension package to Tcl/Tk that provides much improved graphic drawing capabilities for the canvas widget. It is best described by looking at the sample web pages: http://tclbitprint.sourceforge.net/tkpath/quartz/index.html http://tclbitprint.sourceforge.net/tkpath/gdiplus/index.html http://tclbitprint.sourceforge.net/tkpath/cairo/index.html You will find some sparse documentation as well at: http://tclbitprint.sourceforge.net/tkpath/README.txt The code lives in the tclbitprint SourceForge project under the 'tkpath' module, see http://sourceforge.net/projects/tclbitprint . In cvs you will also find prebuilt shared libs for MacOSX, XP, and linux. New in 0.2.4 is: 1. New tkpath::surface command which creates in memory drawing surfaces. All tkpath drawing commands supported. Export to a tk image when finished. 2. Incompatible changes: o Gradients now created as tkpath::gradient create linear| radial ... o The -fillgradient option is gone. Instead -fill takes either a tk color or a gradient name. 3. Bugfixes. Several instabilities fixed: o Empty -text o Doing 'coords' repeatedly on path item o Empty gradient -stops o Various mem leaks My Coccinella sources contain a SVG importer that can handle some SVG files but not all. See http://coccinella.sourceforge.net/ and the file in cvs coccinella/contrib/svg2can.tcl. Enjoy, Mats (matben@users.sourceforge.net)