[svg-developers] Announcing Inkscape 0.41 Release
Announcing Inkscape 0.41 Release The Inkscape community is proud to announce the release of Inkscape 0.41, "A Cross-platform Open Source Vector Graphics (SVG) Drawing Tool" today. The primary focus of 0.41 has been bug fixing. With over 100 bugs fixed since the 0.40 release, this significantly strengthened Inkscape on Windows and for international users. We owe deep thanks to the many users who have worked patiently with us to report the problems and validate these fixes. Several serious crashes, memory leaks and mis-features are now corrected and certain areas are noticeably snappier thanks to user submitted bug reports. A couple new features also found their way in. First, the black and white tracing functionality introduced in 0.40 has been improved to also allow conversion of color and grayscale images. Second, is the addition of a new clone tiler facility which creates patterns, tesselations, and other sorts of geometric tiling arrangements. User requests and comments also stimulated a number of improvements to units handling, extensions, the Invert Selection command, layers selector, icon theming, and several new translations. A number of large scale changes are planned for the 0.42 release, including converting the interface to use Gtkmm and the incorporation of a new Document Object Model (DOM), which will provide the core to build scripting onto. This should keep us busy for a while! If you'd like to join in the work, please drop by. Inkscape. Draw Freely. Download Linux, Windows, and Mac OSX packages: http://sourceforge.net/project/showfiles.php?group_id=93438 For many more details, see the Release Notes for 0.41: http://www.inkscape.org/cgi-bin/wiki.pl?ReleaseNotes041 Community submitted screenshots: http://www.inkscape.org/screenshots/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] Re: Manipulating SVG/ASV using a JavaApplet
I to would be interested in seeing this. James - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] Menu utilisateur
Re-bonjour, j'ai modifier le menu du clic droit et j'aimerais changer dynamiquement le libellé d'une des entrée. En attribuant un id à cette derniére (''Menu1' par exemple), je la retrouve facilement : var svgdoc = evt.getTarget().getOwnerDocument() Menu = svgdoc.getElementById('Menu1') Je n'arrive pas à trouver à partir de là quel attribut / propriété il faut changer. J'ai essayé des trucs comme svgdoc.getElementById('Menu1.1').setAttribute('text', 'toto') svgdoc.getElementById('Menu1.1').setAttribute('innerText', 'toto') mais rien ne passe :-(. merci d'avance, Amicalement, jérôme - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] Re: Adobe please distribute SVG Viewer ...MASSIVELY !!!
-- > AFAIK, Beatware is still very much alive! AFAIK, EvolGrafiX is, too Alex - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
RE: [svg-developers] Re: Adobe please distribute SVG Viewer ...MASSIVELY !!!
AFAIK, Beatware is still very much alive! -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 7:13 AM To: svg-developers@yahoogroups.com Subject: RE: [svg-developers] Re: Adobe please distribute SVG Viewer ...MASSIVELY !!! > you did not recognize my substantial point. What would have > been necessary for svg to gain currency? > What would have been necessary is for many of the companies that invested in SVG (Corel, Beatware, etc.) to have not disappeared during the .BOMB era and to have been the technology pushed forward esp. in terms of authoring tools. ASV is well distributed - but the lack of visible usage means that most developers aren't using it. (most folks aren't willing to bleed...) > Nevertheless Avalon > will change the way computers operate concerning the visual > user interface. > Why? > (AFAIK xaml supports multiple pages, > IMHO it makes up a printer language as well.)) > You may be right, but I haven't seem that mentioned/documented anywhere. That still doesn't make it a viable language for reliable exchange of rich content... Leonard - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] Re: right click problem
Décidemment, on voit les mêmes têtes partout. Je devrais vous écrire directement à tous les coups se serait plus simple (pour moi) :-) Merci encore une fois, Jérôme --- In svg-developers@yahoogroups.com, "pilatfr" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "jololivier" > <[EMAIL PROTECTED]> wrote: > > function your_function(evt) > { > if (evt.button > 0) > return > ... > } > > Michel > > > Hello, > > I just notice that the onclick event of the svg tag is working > with > > the left AND the right click :-( > > I don't want to run the function of the onclick event when opening > > the contextual menu with the rigth click. I cannot find anything > > Is there a solution to this problem? > > Thanks a lot > > > > Jérôme - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] Re: right click problem
--- In svg-developers@yahoogroups.com, "jololivier" <[EMAIL PROTECTED]> wrote: function your_function(evt) { if (evt.button > 0) return ... } Michel > Hello, > I just notice that the onclick event of the svg tag is working with > the left AND the right click :-( > I don't want to run the function of the onclick event when opening > the contextual menu with the rigth click. I cannot find anything > Is there a solution to this problem? > Thanks a lot > > Jérôme - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
RE: [svg-developers] Re: Adobe please distribute SVG Viewer ...MASSIVELY !!!
> you did not recognize my substantial point. What would have > been necessary for svg to gain currency? > What would have been necessary is for many of the companies that invested in SVG (Corel, Beatware, etc.) to have not disappeared during the .BOMB era and to have been the technology pushed forward esp. in terms of authoring tools. ASV is well distributed - but the lack of visible usage means that most developers aren't using it. (most folks aren't willing to bleed...) > Nevertheless Avalon > will change the way computers operate concerning the visual > user interface. > Why? > (AFAIK xaml supports multiple pages, > IMHO it makes up a printer language as well.)) > You may be right, but I haven't seem that mentioned/documented anywhere. That still doesn't make it a viable language for reliable exchange of rich content... Leonard - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] SVGT
Hello Are there any books that either specialise in SVGT or have sections SVGT syntax? Thanks Michael - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] right click problem
Hello, I just notice that the onclick event of the svg tag is working with the left AND the right click :-( I don't want to run the function of the onclick event when opening the contextual menu with the rigth click. I cannot find anything Is there a solution to this problem? Thanks a lot Jérôme - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] Visualising gps using SVG over background maps
Check this site out: This guy programmed (in his free time) a system running circles around the Google maps and their likes, to visualise GPS tracks on background maps of virtually any part of the world at many scale levels. Barend Köbben International Institute for Geo-information Sciences and Earth Observation (ITC) PO Box 6, 7500AA Enschede (The Netherlands) ph: +31 (0)53 4874253; fax: +31 (0)53 4874335 _ -Original Message- From: Menno-Jan Kraak [mailto:[EMAIL PROTECTED] Sent: Wednesday, 09 February 2005 22:27 To: Barend Köbben; Rob Lemmens Subject: gps software Rob, Barend Nog even met mijn hardloop data van vandaag gespeeld in gpsvisualizer. een online service. http://www.gpsvisualizer.com/index.html#top (kies draw map en select bijgevoegde xml-file (afkomstig van mijn Garmin Forrunner) (als je mapsource update naar versie 6.5 kun je ook daar een xml soort exporteren) resulaat bv. beide kaartjes / op web in SVG MJ [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
[svg-developers] Re: New Tutorial: manipulating SVG files using DOM and ECMAScript
Hi, thanks for your feedback. I corrected the problem by introducing a test if the child is already the first child. It happened in case the child was already the first child, in this case .insertBefore() reported this hierarchy error. But only on ASV in Internet-Explorer in Windows. That's why I did not see the error at first. Thanks, Andreas --- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: > > it's greate tutorial for me. ^^ > i try in example 9 -reorder element. i found section 'put to button all > rectangles' > it has error 'hierarchy error line6 column3'. > regards, >mon > > > > > > "Andreas Neumann" > > <[EMAIL PROTECTED]To: > svg-developers@yahoogroups.com > ug.ethz.ch> cc: > >Subject: [svg-developers] New > Tutorial: manipulating SVG files using DOM and > 02/09/2005 11:11 ECMAScript > > PM > > Please respond to > > svg-developers > > > > > > > > > > > Hi all, > > there is a new tutorial available titled: > > Manipulating SVG Documents Using ECMAScript (Javascript) and DOM > > http://www.carto.net/papers/svg/manipulating_svg_with_dom_ecmascript/index.shtml > > It is targeted towards beginners, not the SVG cracks. > > It covers: > > * getting node references (evt.target, parentNode, nextSibling, firstChild, > etc) > * getting, setting and removing attributes > * creating elements > * removing and reordering elements > * cloning elements > > The examples are kept very simple (on purpose) and were tested on ASV3, > ASV6 and Batik. > > Hope it is useful for someone. Please post me any errors or suggestions for > improvements. > > All the best, > Andreas > > > > > > - > To unsubscribe send a message to: > [EMAIL PROTECTED] > -or- > visit http://groups.yahoo.com/group/svg-developers and click "edit my > membership" > > > > > Yahoo! Groups Sponsor > > > > ADVERTISEMENT > [IMAGE] > > > [IMAGE] > > > > > > Yahoo! Groups Links > >To visit your group on the web, go to: >http://groups.yahoo.com/group/svg-developers/ > >To unsubscribe from this group, send an email to: >[EMAIL PROTECTED] > >Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/