Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 56425 - 56454 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
56425 Andreas Neumann
neumannandreas Send Email
Jul 28, 2006
6:57 pm
I personally wouldn't build anything commercial around the Adobe SVG viewer, currently. Adobe abandoned the SVG viewer and currently there is no visible sign...
56426 Phi Tran
minhducthandan Send Email
Jul 28, 2006
7:39 pm
I like to add some notes on these recommendation. The first Four are for application . The native support browser are Web base. Also there is ZipProtocol. For...
56427 Fulio Pen
fuliopen Send Email
Jul 30, 2006
3:54 am
Hello, I have a very simple file in: http://www.pinyinology.com/oaks2.svg It displays fine when opened with the IE browser. But when opened with the Firefox...
56428 Hago Ziegler
hagoziegler Send Email
Jul 30, 2006
4:53 am
... It asks for this: xmlns:xlink="http://www.w3.org/1999/xlink" It should be in the head of the svg-file somewhere behind the SVG-tag. Regards, Hago...
56429 Fulio Pen
fuliopen Send Email
Jul 30, 2006
8:33 pm
Hi Hago: Thanks a lot for your help. The xmlns:xlink is added to the code, and the page shows on the Firefox browser. But there comes another problem. There...
56430 Hago Ziegler
hagoziegler Send Email
Jul 30, 2006
9:04 pm
Hi Fulio, ... Yes, I see. I think FF1.5 just can't do it. I tried it with the new FF2 Beta1 - there 'oakness&#39; is visible. They seem to have worked on the...
56431 steltenpower Send Email Jul 30, 2006
9:05 pm
http://steltenpower.com/svgbookmarklets.html : Some 1-click features: - W3C validator that doesn't 'nag' about DOCTYPE, or stuff you added in other than SVG or...
56432 Guy Morton
guy_mmmmmm Send Email
Jul 30, 2006
11:07 pm
Some good SVG improvements in FFb2, especially for Mac users of SVG! They seem to have fixed the colour and bitmap bug that made bitmaps go screwy and *most*...
56433 jack2wsx Send Email Jul 31, 2006
4:38 am
I have used the scrollBars.js script and I am trying to update it to work with the mousewheel but it seems to ignore the event listener. Here is the code I : ...
56434 Bjoern Hoehrmann
hoermi Send Email
Jul 31, 2006
4:42 am
... That is probably because "it" does not support the, as it stands, non- standard "mousewheel&quot; event or does not dispatch it the way you think it should. -- ...
56435 Holger Will
holger492 Send Email
Jul 31, 2006
5:19 am
Hi Jack in firefox the following works for me : addEventListener("DOMMouseScroll",func,false) hth Holger -- if this information was useful, please try to help...
56436 Andreas Neumann
neumannandreas Send Email
Jul 31, 2006
7:11 am
The explanation why "oakness" doesn't appear in the FF1.5 branch, but appears in FF2 is simple: FF1.5x didn't support the "textPath"; element, but FF2 does. If...
56437 Andreas Neumann
neumannandreas Send Email
Jul 31, 2006
7:13 am
Hi, same at my mac. Fonts appear all italic in FF on Mac. About the missing texts: did you perhaps use font-size in a CSS class and did not use the px units? ...
56438 Andreas Neumann
neumannandreas Send Email
Jul 31, 2006
7:22 am
The "text appears as italic on mac" bug is already reported: https://bugzilla.mozilla.org/show_bug.cgi?id=345494 Andreas...
56439 pingvinh Send Email Jul 31, 2006
10:03 am
Hi Andreas, I thank you for you reply. I am more interested in the licensing of ASV than other solutions. I already have the groundwork for my product using...
56440 Fulio Pen
fuliopen Send Email
Jul 31, 2006
11:14 am
I like to make sure that my understanding is correct. The ASV has been abandoned by Adobe. So no download of the viewer is available. There are quite a few...
56441 Andreas Neumann
neumannandreas Send Email
Jul 31, 2006
11:56 am
Hi Fulio, abandoned does not mean that the viewer isn't available anymore. The download is still available at http://www.adobe.com/svg/. It just means that...
56442 meikelneu Send Email Jul 31, 2006
2:19 pm
... well this works for me too as far as firing an event goes but how about something like "wheelDelta&quot; or clientY ? Michael...
56443 Holger Will
holger492 Send Email
Jul 31, 2006
3:02 pm
hi Michael, ... in mozilla its evt.detail , but dont ask me about the values returned. the only thing i know is if you scroll up its a positive value, if you ...
56444 pavan79391 Send Email Jul 31, 2006
3:16 pm
this is pavan, new member of this group.First of all I thankful to all the people for doing a nice job.I am new to SVG and I want to embed one .svg image in...
56445 Holger Will
holger492 Send Email
Jul 31, 2006
3:38 pm
Hi Pawan ... welcome to the SVG Developers List ! Its allways good to see new members. for zoom and pan you have several options, you could use ...
56446 Fulio Pen
fuliopen Send Email
Jul 31, 2006
3:41 pm
Hi Andreas: Thanks a lot for your explanation. I feel good for SVG becoming more popular and more convenient on the browsers. Fulio Pen Andreas Neumann...
56447 samkahl Send Email Jul 31, 2006
10:30 pm
http://www.w3.org/TR/SVG/masking.html#OverflowAndClipProperties seems to indicate that the property overflow="scroll" is allowed on the <svg> element, but not...
56448 achio_84 Send Email Aug 1, 2006
12:43 am
Hi all.... I'm facing a problem which is 'less' concern about SVG. I have a HTML page for user to input data(actually to input x and y coordinates) and these...
56449 Phi Tran
minhducthandan Send Email
Aug 1, 2006
1:46 am
... There is not one method to communicate to server. But any way you should first. var var1=Array1.join() var var2=Array2.join() Once you have 2 string you...
56450 Haritos, James
jack2wsx Send Email
Aug 1, 2006
2:45 am
Hi guys, Thanks for your help. I need to get it working in IE though - I tried addeventlistener("DOMMouseScroll") and "SVGMousewheel" but it does not work ...
56451 Lance Dyas
garthan_drag... Send Email
Aug 1, 2006
2:57 am
... Do you have a page with the non working code... This page... created with TNTmap http://www.microimages.com/ogc/maps/topo.htm has working mousewheel...
56452 Lance Dyas
garthan_drag... Send Email
Aug 1, 2006
3:05 am
... Woops wrong mailing list.. I thought I was reading my google maps list.... dang....
56453 Haritos, James
jack2wsx Send Email
Aug 1, 2006
3:09 am
Hi Lance, Is that an SVG on that site? ... From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Lance Dyas Sent: Tuesday,...
56454 Jonathan Chetwynd
signbrowser Send Email
Aug 1, 2006
5:37 am
James, It's probably unlikely that mousewheel will work with ASV until there is a new release, or hence IE. It's amazing there is any support in ff, given that...
Messages 56425 - 56454 of 66120   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