Skip to search.
svg-developers · SVG Developers

Group Information

  • Members: 5539
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 32543 - 32572 of 65684   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32543 James Ross
jmez72 Offline Send Email
Aug 1, 2003
7:00 am
Be carefull in closing polyline element with </polyline>, not <polyline> , and also freez should be freeze. Try: <polyline class="YDY" points="270,1136...
32544 tychan_hku Offline Send Email Aug 1, 2003
7:53 am
Thanks! Francis. I have tired the example that you've posted. But I have difficulties in managing the textbox and text. as the Text get longer, it will be...
32545 Suddhasheel Ghosh
suddhasheel Offline Send Email
Aug 1, 2003
8:01 am
Can i use the following for appendChild ? svgDocument.appendChild(newElement); Further, is it possible to append a whole array at once or I will have to get it...
32546 Suddhasheel Ghosh
suddhasheel Offline Send Email
Aug 1, 2003
8:07 am
Hello Colleagues, There is some doubt in my mind.. I went to the web site of Adobe and saw that there is a plugin for download which is version 3. Some members...
32547 Chris Peto
ressol2002 Offline Send Email
Aug 1, 2003
8:09 am
Hi, It needs to be root.appendChild() or if you have a group<g> then group.appendChild(). Yes, you have to add them one by one. Mit freundlichen...
32548 Chris Peto
ressol2002 Offline Send Email
Aug 1, 2003
8:09 am
Hi, No, the asv6 is beta and just for testing. It has a lot of problems right now. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development ...
32549 Chris Peto
ressol2002 Offline Send Email
Aug 1, 2003
8:15 am
Hi, I would not suggest using any proprietary IE function. First, it comes from Microsoft and that means it can change or disappear at any time. My Editor,...
32550 Chris Peto
ressol2002 Offline Send Email
Aug 1, 2003
8:19 am
One other thing, what about other broswers? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development ... Resource Solutions Höhenweg 34 63303...
32551 tychan_hku Offline Send Email Aug 1, 2003
8:31 am
Hi, Can you send me a sample, thanks! Victoria ... comes from ... are much ... icon, ... the ... the ... javascript? ... something ... an ... using ... click...
32552 Ibrahim Z. HIDIR
hipoxi Offline Send Email
Aug 1, 2003
8:40 am
Stil not working well....... ... Be carefull in closing polyline element with </polyline>, not <polyline> , and also freez should be freeze. Try: <polyline...
32553 Chris Peto
ressol2002 Offline Send Email
Aug 1, 2003
8:53 am
Hi, This works: <svg width="100%" height="100%"> <g transform="translate(-100,-1000)"> <polyline class="YDY" points="270,1136 270,1132 268,1127 266,1123...
32554 Ibrahim Z. HIDIR
hipoxi Offline Send Email
Aug 1, 2003
9:54 am
no no no not working. Did you try it? ... Hi, This works: <svg width="100%" height="100%"> <g transform="translate(-100,-1000)"> <polyline class="YDY"...
32555 Chris Peto
ressol2002 Offline Send Email
Aug 1, 2003
10:02 am
Hi, Yes I did with IE6 sp1 and ASV3 that is why I sent it. What are you using, IE6, Moziila, ASV3,ASV6, etc? Mit freundlichen Grüßen/Regards Chris Peto ...
32556 Ibrahim Z. HIDIR
hipoxi Offline Send Email
Aug 1, 2003
10:15 am
IE6 sp1 and ASV3 look at all the code (attached) ... Hi, Yes I did with IE6 sp1 and ASV3 that is why I sent it. What are you using, IE6, Moziila, ASV3,ASV6,...
32557 Ibrahim Z. HIDIR
hipoxi Offline Send Email
Aug 1, 2003
10:19 am
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" ...
32558 Marcel
niesfisch2003 Offline Send Email
Aug 1, 2003
10:30 am
Hi, I try to understand the matrix operations in SVG. So I try to code an example. I want to test the inverse so that I can get from window to user...
32559 Marcel
niesfisch2003 Offline Send Email
Aug 1, 2003
10:44 am
hi, i found the mistake I wrote windowPoint.a = 110; windowPoint.b = 64; BUT it should be windowPoint.x = 110; windowPoint.y = 64; and now he alerts...
32560 Chris Peto
ressol2002 Offline Send Email
Aug 1, 2003
11:05 am
Hi, Works just fine for me. What exactly should I be seeing? I see a couple areas going from yellow to red, is this correct? Your script tag should be...
32561 Ronan Oger
ronan@... Send Email
Aug 1, 2003
11:13 am
Jim... He's trying to modify attributes. Not create checkboxes, I would think. If he had the checked attribute in an element, then he would be able to use...
32562 Chris Peto
ressol2002 Offline Send Email
Aug 1, 2003
11:57 am
Hi, Yes, you can set any artbitrary attribute you what and it will be stored in the DOM with the object. I use it for popup text fields: <image id="myimage"...
32563 michael bolger
svgfoundation Offline Send Email
Aug 1, 2003
1:21 pm
Attended Dean Jackson's fine talk at Siggraph(well attended) on -Web Accessibility Issues- Dean also laid in a good "grove" for SVG in this mainly Flash crowd...
32564 Chris Lilley
nantonos_aedui Offline Send Email
Aug 1, 2003
1:33 pm
On Friday, August 1, 2003, 3:21:40 PM, michael wrote: mb> -somewhat related(flash and SVG) at http://www.svgx.org is a link to the upcoming; mb> DENG Factory...
32565 Rick Bullotta
rickbullotta Offline Send Email
Aug 1, 2003
1:39 pm
Yuck. Exactly what I wanted to avoid... ;> ... From: Kevin Lindsey [mailto:kevin@...] Sent: Thursday, July 31, 2003 3:59 PM To:...
32566 Chris Lilley
nantonos_aedui Offline Send Email
Aug 1, 2003
1:46 pm
On Friday, August 1, 2003, 10:16:00 AM, Chris wrote: CP> Hi, CP> I would not suggest using any proprietary IE function. First, it CP> comes from Microsoft and...
32567 Claus Wahlers
dzdzdzzz Offline Send Email
Aug 1, 2003
1:53 pm
... that's pretty cool chris. did you get any feedback from the crowd? ... especially for the DENG SVG module we experienced quite a performance boost with the...
32568 Rick Bullotta
rickbullotta Offline Send Email
Aug 1, 2003
2:01 pm
Thanks for the feedback, Jim. Yes, the font names do indeed have spaces in them. Is this a known issue with ASV? - Rick ... From: news...
32569 Rick Bullotta
rickbullotta Offline Send Email
Aug 1, 2003
2:05 pm
Thanks for the feedback, Jim. Yes, the font name has spaces in it, but other fonts with spaces in them work fine. Also, it renders OK with WebDraw and with...
32570 Chris Lilley
nantonos_aedui Offline Send Email
Aug 1, 2003
2:15 pm
On Thursday, July 31, 2003, 5:51:12 PM, Rick wrote: RB> Trying to use standard Code39 True Type fonts in SVG, and they don't RB> seem to render at all using...
32571 Chris Lilley
nantonos_aedui Offline Send Email
Aug 1, 2003
2:29 pm
... CW> that's pretty cool chris. Well, thanks for mailing me the updated beta in time for my talk. CW> did you get any feedback from the crowd? Well, no-one...
32572 Claus Wahlers
dzdzdzzz Offline Send Email
Aug 1, 2003
3:00 pm
... significantly. it seems (this is not officialy confirmed by macromedia yet and thus pure speculation) that the new player supports css (probably crippled...
Messages 32543 - 32572 of 65684   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help