[svg-developers] Thanks and bye

2005-06-08 Thread shreeshail dhuttargi
Hi all,
   I joined this group 8-9 months before and got very helpful information ( 
in time) from this group because of that only i was able to complete my project.
Thanks guys
bye
Regards
Shreeshail.
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[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] How to Hilite

2005-03-04 Thread shreeshail dhuttargi

Hi 

   I want to hilite a clicked SVG Element. i searched
for any direct method for hilite but couldn't find it.
if any one know then pls reply me.

   Sorry for simple question (for u). But i spent lot
more time to find the answer on sites and SVG
specifiaction.

Thanks
Shreeshail
 





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/


-
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] Is it possible Append To DOM with JavaScript

2005-03-04 Thread shreeshail dhuttargi


Hi all

is it possible to append one SVG to another SVG which
is opend in browser.
Ex.
I have a SVG opened in a frame in IE in another frame
i have a Text box and control button . in Text Box i
enter a local SVG file path and on click event of the
control button i want to append contents of SVG (given
path) at certain location (x,y) to the opened SVG in
frame.
 
 I tried with ParseXML() and AppendChild() for
appending string SVG but i want to add whole SVG only
by giving its file path. Is it possible to do it.

Thanks
Shreeshail




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/


-
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] Invitation

2005-01-25 Thread Shreeshail Dhuttargi

Shreeshail Dhuttargi has invited you to join hi5. By joining hi5, you will be 
connected to Shreeshail and all of Shreeshail's friends.
 
hi5 is the place where friends meet. You can use hi5 for the following purposes:
* Find old friends
* Meet new people
* Browse photos

Join Shreeshail, meet Shreeshail's friends, and meet people that share your 
interests now!

Click here:
http://www.hi5network.com/splash/IGYY3?inviteId=YLYKIL0QQR8062273s172243727







This invitation was sent to svg-developers@yahoogroups.com on behalf of 
Shreeshail Dhuttargi ([EMAIL PROTECTED]).

If you do not wish to receive invitations from hi5 members, click on the link 
below:
http://www.hi5.com/friend/displayBlockInvite.do?inviteId=172243727

[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] calling External Java Script from SVG

2004-12-31 Thread shreeshail dhuttargi

Hi all, 
 
How to set value in ASP hidden Field from the OnClick event of .SVG ?
I have ASP page where i embed .SVG. Now on Click event of SVG I want to set my 
Object property which is in my ASP page. 
 
i know it is simple question for many of u but i tried but always got errors. :(
if any one know  how to do it pls let me know.
 
thanks in advance.
 
Regards 
shreeshail



-
Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.

[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
~- 

-
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] Transparency

2004-12-09 Thread shreeshail dhuttargi


Hi All

   

Are there any transparency problem with ASV6 when I have a dropshadow 
effect on Image Items?

What I am trying to do is

 I have a Main.SVG file where I references other two SVGs Circle.svg and 
Rectangle.svg

 

In Main.svg

 

svg ….

use…. xlink:href=Rectangle.svg#ID0/

use…. xlink:href=Circle.svg#ID1/

/svg

 

In  Rectangle.svg   contain a rectangular image

 

svg

Image…../

/svg

 

In Circle.svgI have a cirle drawn using path and shadow effect added using 
a image

svg…

Image……….Image having a gray shadow effect for 
circle

…../

path……..  Circle drawn using path 

./

/svg

 

but when I open Main.svg in IE (with ASV6) then overlapped part or Rectangle by 
Circle becomes white.

( some what confusing language yes I know so I have attached SVGs those I used )

 

But when I tried this  using IMAGE tag in palce of USE  then it remove the 
shadow of circle and show overlapped portion of rectangle.

 

so using USE tag i lose overlapped part Rectangle and if i use IMAGE tag then i 
lose Shadow 

 

I have attached SVGs  for more assistance and to clearly understand what the 
problem is .

 Any comment will be helpful to me.

 

 

Thanks  best regards

Shreeshail

 






-
Do you Yahoo!?
 All your favorites on one personal page – Try My Yahoo!

[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~-- 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/1U_rlB/TM
~- 

-
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/