[svg-developers] Please can any one help me ,how to fill color at particular point on image using svg

2008-12-17 Thread chandra reddy
Hi All Please can any one help  me ,how to fill color at particular point on image using svg Advanced  Thanks. Regards P.Chandra Shaker Reddy [Non-text portions of this message have been removed] - To unsubscribe send a message to:

Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread Helder Magalhães
In FF3 you can define the cursor using CSS although I have a feeling that the Adobe plug in does not support that. Correct. ASV3 doesn't support the cursor property. ASV6 (last public beta) does support that, although it's not very deployed and is a bit more unstable than its predecessor.

Re: [svg-developers] Please can any one help me ,how to fill color at particular point on image using svg

2008-12-17 Thread chandra reddy
thanks for reply. when i use following code for(i=0;i512;i++) { var x =0; for(var l=0;l512;l++) { if(bgarray[bgvar]==1) { var svgobj = svgDocument.getElementById(rect); var newnode = svgobj.cloneNode(false); svgstyle = newnode.getStyle(); k++; //svgstyle.setProperty ('opacity', 0.3);

Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread Robert Longson
--- In svg-developers@yahoogroups.com, julie gautier juliegaut...@... wrote: Does anyone know how to display the hand cursor (in FF3 and IE7) without using the a tag ? In FF3 you can define the cursor using CSS although I have a feeling that the Adobe plug in does not support that.

Re: Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread Erik Dahlström
On Wed, 17 Dec 2008 11:50:51 +0100, julie gautier juliegaut...@yahoo.fr wrote: Hi again, I found out what the problem was : the a xlink:href= that surrounded the checkbox : I used this workaround to have a hand cursor, including with IE7. In FF3, the xlink:href just reloads the page. Does

Re: [svg-developers] Please can any one help me ,how to fill color at particular point on image using svg

2008-12-17 Thread ddailey
Well, the filling of a region of contiguous pixels from one point, as with the paint bucket in MacPaint and its descendents (including Photoshop), is more of a bitmapped concept than a vector graphics concept. One does not really have access to pixels in SVG (though there are certainly times at

[svg-developers] Re: Converting JPG files to SVG

2008-12-17 Thread a_matseevsky
--- In svg-developers@yahoogroups.com, ddailey ddai...@... wrote: Hi Andrew Yes, I wondered if you had seen the things about diffusion curves introduced at this year's SIGGraph. http://artis.imag.fr/Publications/2008/OBWBTS08/diffusion_curves.pdf . It was presented by some folks from

Re: [svg-developers] Please can any one help me ,how to fill color at particular point on image using svg

2008-12-17 Thread ddailey
In looking at your code, two suggestions come to mind: 1. By doubly looping through up to a quarter of a million (512 x 512 ) array elements to see if they belong to bgarray or not, that could be time consuming, by itself. The 2^18 steps in JavaScript alone, could be where some of the problem

Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread julie gautier
Hi again, I found out what the problem was : the a xlink:href= that surrounded the checkbox : I used this workaround to have a hand cursor, including with IE7. In FF3, the xlink:href just reloads the page. Does anyone know how to display the hand cursor (in FF3 and IE7) without using the a tag

[svg-developers] Re: Safari 3.2.1 with ASV 3.0 won't View Source

2008-12-17 Thread Andreas Neumann
Hi Ken, It is true that the regular Safari release doesn't do SMIL yet. However, the Webkit nightlies (the base of future Safari versions) already does SMIL. It is not yet fully complete and tested (this is what the nightlies are for) but it is pretty good already. I invite you to download a

Re: [svg-developers] Re: Stroke width inside the shape -- Bug in Opera and IE??

2008-12-17 Thread ddailey
Apologies if this message appears here more than once -- I have had some trouble with some of my postings to this group recently - I saw Frank's suggestion (below) and thought yes of course! How straightforward. So I thought I'd check it out to make sure it worked the way we'd

[svg-developers] Please can any one help me ,how to fill color at particular point on image using svg

2008-12-17 Thread chandra reddy
Thank you for your valuable suggestions. as for your suggestion i was able to reduce half of the time only,i need reduce remaining half time can you help me out in this. i am using following code, in this till get alert message it is not taking much time, after got shortlist of entries also it