Re: [svg-developers] Wrapping Text in SVG 2

2013-06-05 Thread Jeff Schiller
Hi Doug, I guess that height would also be needed for vertical fonts? I think I saw you mention that in one of your links... I can't really figure out how this would work for a with a mixture of spans of horizontal / vertical text, but that's why I don't write specs! :) What if a element has

Re: [svg-developers] How to file bug reports in all the different browsers

2013-04-25 Thread Jeff Schiller
The Chrome/Chromium link is: https://code.google.com/p/chromium/issues/list You need this since Chrome is no longer based on WebKit (read up on "Blink" if you're interested in the details). Jeff On Fri, Feb 24, 2012 at 2:51 AM, meikelneu wrote: > ** > > > --- In svg-developers@yahoogroups.com

Re: [svg-developers] XML:ID And Ethnicity - Multiple Attributes

2012-10-22 Thread Jeff Schiller
Use the class attribute? On Mon, Oct 22, 2012 at 3:48 PM, jamesd wrote: > ** > > > I am trying to make sense out of the xml:id tag and its usage as an > attribute definer. Reading the web doesn't offer anything but > contradictions. It seems that some want it to go away, leaving no way to > spec

Re: [svg-developers] Chrome not rendering image as expected (other browsers do)

2012-03-22 Thread Jeff Schiller
Looks fine to me in Chrome on OSX. What OS is this? Jeff On Thu, Mar 22, 2012 at 4:53 AM, AndrewB wrote: > ** > > > Hello > > I'm hoping to get some guidance on why Chrome is not rendering a SVG image > as expected. > > Here is a svg file which displays two icons > http://www.basher-sounds.co.

Re: [svg-developers] Group question concerning SVG in multiple browsers

2012-03-06 Thread Jeff Schiller
Why are you mailing around a HTML file? :) Jeff On Tue, Mar 6, 2012 at 9:10 PM, Brian Birtles wrote: > Hi Christian, > > I am unable to see the attachment. Perhaps you could copy the SVG file > into your message? Or send a link to the file? > > Thanks, > > Brian > > (2012/03/05 22:33), mitmutz

Re: [svg-developers] SVG for android?

2012-01-07 Thread Jeff Schiller
Any phone with Ice Cream Sandwich (ICS), the newest release of Android, has SVG support in the browser. Any tablet that has, I think, Honeycomb also has browser support for SVG. Also, Firefox and Opera have downloads for Android. Jeff On Sat, Jan 7, 2012 at 10:59 AM, David Dailey wrote: > ** >

Re: [svg-developers] Re: Scaling behaviour and the browser

2012-01-06 Thread Jeff Schiller
No, the issue is that you can't select a previously selected color. On Fri, Jan 6, 2012 at 3:11 PM, t...@ymail.com wrote: > ** > > > --- In svg-developers@yahoogroups.com, "jamesd" wrote: > > > > David wrote "Of course that leaves out the one browser that doesn't do > SMIL". > > > > Wrong. Go

Re: [svg-developers] Re: Scaling behaviour and the browser

2012-01-06 Thread Jeff Schiller
On Fri, Jan 6, 2012 at 2:20 PM, jamesd wrote: > ** > > > No, I don't. Not my problem. > > Lol. Actually it is - you discovered it :) Now who doesn't care? [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg

Re: [svg-developers] Re: Scaling behaviour and the browser

2012-01-06 Thread Jeff Schiller
You have to reduce your problem down to as-small-as-possible test case and then attach it to the bug. Jeff On Fri, Jan 6, 2012 at 1:54 PM, jamesd wrote: > ** > > > View demo, view source, select all, copy and paste into text editor. Good > luck getting anyone to care. > > James > > > --- In svg

Re: [svg-developers] Re: Scaling behaviour and the browser

2012-01-06 Thread Jeff Schiller
Also, give links to your bug and update it so that the test file actually works. https://bugs.webkit.org/show_bug.cgi?id=49093 Jeff On Fri, Jan 6, 2012 at 1:31 PM, Marty Sullivan wrote: > Well I can't tell by a quick glance at your demos, but maybe go in depth > into what tags you're trying to

Re: [svg-developers] Caching SVG produced by PHP file

2011-12-20 Thread Jeff Schiller
It's not clear to me why you need to use embed and not object for your cached version. Can you have your PHP file check for the existence of the cached SVG file on your server? If not present, generate the file. If present, send that file's contents to the client. Jeff On Tue, Dec 20, 2011 at

Re: [svg-developers] Communication with windows app

2011-11-10 Thread Jeff Schiller
evt.target is the element that was the target of the event On Nov 10, 2011 5:15 PM, "Narcis" wrote: > ** > > > I made a windows application which display a svg doc in an IE webbrowser > control, with ASV. > My svg doc have this functions: > > > function changeColor(evt) { > evt.targe

Re: [svg-developers] svg wiki space

2011-11-04 Thread Jeff Schiller
On Fri, Oct 28, 2011 at 1:12 PM, David Dailey wrote: > ** > > > I know some of you may have tired of this discussion from the last time it > emerged, but perhaps technologies have changed in the past two years. Might > there be some wiki-ish space that the SVG community could camp in and set > up

Re: [svg-developers] getBBox of a stroked object

2011-09-17 Thread Jeff Schiller
svg-edit uses its own getStrokedBBox() function: http://code.google.com/p/svg-edit/source/browse/trunk/editor/svgcanvas.js#645 which, as you say, was non-trivial. Jeff On Sat, Sep 17, 2011 at 7:11 AM, David Dailey wrote: > ** > > > I'm certain this topic has been discussed before (perhaps even

Re: [svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Jeff Schiller
Looks like filters are coming in IE10 (yay!). On the other hand, it doesn't look very good for SMIL (boo) or SVG fonts (meh). And yes, Francis, by my count, 55% of the web can see SVG right now and only a small portion of those are using IE9. Jeff On Fri, Sep 16, 2011 at 12:02 PM, Jacob Beard

Re: [svg-developers] SVG Drawing Tool - Simplified

2011-09-15 Thread Jeff Schiller
if(user.indexOf("MSIE 9.0")==-1 && user.indexOf("MSIE 10.0")==-1) um... I'm not trying to pile on here, but I can't fathom why you would design this application for one and only one browser. To my count, you're serving 7% of web users and leaving the other 48% (yes, almost half the web's users)

Re: [svg-developers] IE9 and Quirks

2011-09-14 Thread Jeff Schiller
Can you explain how you're serving your document, what kind it is and what DOCTYPE you're including? On Wed, Sep 14, 2011 at 7:34 PM, Chris Peto wrote: > ** > > > Hi, > > I don't understand why IE9 goes to IE 9 Quirks mode, instead of IE9 > standard, since svg is implemeted!? > > I have to go to

Re: [svg-developers] Accurate thumbnails

2011-09-14 Thread Jeff Schiller
Would something like PhantomJS help: http://code.google.com/p/phantomjs/ ? Jeff On Sun, Sep 11, 2011 at 9:11 AM, matthias_moran wrote: > ** > > > Is it possible for a server process to generate accurate bitmap thumbnails > of large svg documents ? > > I've looked at ImageMagik which can use libr

Re: [svg-developers] browser differences in cloning objects that are no longer there

2011-09-12 Thread Jeff Schiller
These are not your problems, but: a) cloneNode("false") http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-3A0ED0A4 takes a boolean, not a string. Any non-empty string is a true value. b) o=evt.currentTarget Creates a global JavaScript variable called 'o' Jeff On Mon, Sep 12, 2011 at 6:55 P

Re: [svg-developers] Convert SVG to PDF

2011-09-05 Thread Jeff Schiller
Inkscape can export as PDF. On Sep 5, 2011 4:10 AM, "scalablev" wrote: > Can anyone recommend a good Asp.Net component for this? The SVG must not be rasterized when converted to PDF. > > Google suggests these: > > http://www.aspose.com/categories/.net-components/aspose.pdf-for-.net/key-features.as

Re: [svg-developers] SVG Date Chooser (Picker) component

2011-08-21 Thread Jeff Schiller
Out of curiosity, why would you choose SVG for this as opposed to HTML? (And just because I can't think of a reason, doesn't mean there isn't a good one.) Jeff 2011/8/21 Zdeněk Kedaj > ** > > > Hi, > Is there any implementation of date chooser (picker) component for > SVG? (The link I have fou

Re: [svg-developers] SVG editors?

2011-06-06 Thread Jeff Schiller
Just an FYI, you can use scour to clean up SVG output by editors... Jeff On Mon, Jun 6, 2011 at 12:16 PM, John Delacour wrote: > > > At 22:25 + 05/06/2011, afuji1024 wrote: > > >I'd like to create SVG charts from a database app. However, I know > >nothing about creating SVG, so I'd like to

Re: [svg-developers] Cannot open an svg file with the IE

2011-05-04 Thread Jeff Schiller
What version of IE? Only IE9+ supports the SVG file type. Jeff On Wed, May 4, 2011 at 6:16 PM, fuliopen wrote: > > > Hello, > > I created the following svg file: > > http://www.pinyinology.com/shuangWen/lang2a.svg > > Opening it with the FF and Chrome is OK, but with the IE, I got the > follow

Re: [svg-developers] Any SVG editor with a trace function?

2011-04-22 Thread Jeff Schiller
I think this would be an interesting idea. Basically you would: a) load an SVG document into the DOM, put it into an invisible container (display:none) b) then walk the DOM in a depth-first fashion, cloning elements one a time, to a visible container Jeff 2011/4/22 Barend Köbben > Well, y

Re: [svg-developers] Help with viewBox attribute and transforms

2011-03-18 Thread Jeff Schiller
This file saved as .xhtml works for me in Chrome, Safari, Firefox, and Opera: http://www.w3.org/1999/xhtml";> http://www.w3.org/2000/svg"; version="1.1" width="1000px" height="110px"> The rectangle an

Re: [svg-developers] convert SVG to Png on WEB

2011-03-03 Thread Jeff Schiller
http://canvg.googlecode.com/ On Thu, Mar 3, 2011 at 9:36 PM, Mr Rauf wrote: > > > hi All, > how can i convert my svg file in png or jpeg on my web application?? > > > [Non-text portions of this message have been removed] - To unsubscribe send a me

Re: [svg-developers] In SVG what is parallel to innerHTML

2011-02-21 Thread Jeff Schiller
Raks, There is, unfortunately, no browser that supports innerHTML on SVG content, yet. I wrote a little library that does this: http://innersvg.googlecode.com/ Regards, Jeff On Mon, Feb 21, 2011 at 4:51 AM, Raks A wrote: > > > Hi, > > I am changing the SVG content with javascript and after th

Re: [svg-developers] Filter Help

2011-02-20 Thread Jeff Schiller
On Sun, Feb 20, 2011 at 1:03 PM, patrickdengler wrote: > > > I've been stuck on using filters for a very specific effect that I am > hoping the experts here can help me with. > How exciting!!! :) I was going to suggest feDisplacementMap as a starting point, but I haven't played enough with it ye

Re: [svg-developers] SVG SMIL in Safari ( Test Sample )

2011-02-19 Thread Jeff Schiller
Safari is powered by WebKit so you should be able to get some idea by looking at Chrome (though the WebKit powering Safari on iOS is different). Jeff On Feb 19, 2011 6:49 AM, "Raks A" wrote: > Hi, > > I have written a SVG SMIL animation but as I do not have any iOS device can > someone help me in

Re: [svg-developers] Re: Native support for page panning in browsers

2011-01-20 Thread Jeff Schiller
Hi Francis, On Thu, Jan 20, 2011 at 8:29 AM, Francis Hemsher wrote: > > > Hi David, > > Because SVG has no specifics on UI zoom and pan, many of us have had to > create script packages to accomplish this. No matter how elegant our > zoom/pan works, it still requires the user to 'learn' how to us

[svg-developers] Re:displaying svg on IE after 12-31-08

2008-12-30 Thread Jeff Schiller
--- In svg-developers@yahoogroups.com, Kenneth Nellis wrote: > > I believe that IE7 renders SVG. And, although Adobe is dropping > support for ASV, I wonder if they will still offer it for download on > their site. And, if not, if they will allow others to distribute it. > —Ken Nellis > IE6

[svg-developers] Re: Opera 8.5 Support Javascript on SVG Doc?

2008-10-25 Thread Jeff Schiller
Just to correct some facts here: - Opera didn't support JavaScript with SVG until 9.0 - there was no Opera 9.3 I highly recommend looking into Mr. Dailey's examples of SVG... Regards, Jeff --- In svg-developers@yahoogroups.com, "ddailey" <[EMAIL PROTECTED]> wrote: > > Yes I believe Opera has su

[svg-developers] Re: Opera 8.5 Support Javascript on SVG Doc?

2008-10-11 Thread Jeff Schiller
--- In svg-developers@yahoogroups.com, "Charles McCathieNevile" <[EMAIL PROTECTED]> wrote: > > On Sat, 11 Oct 2008 03:18:53 +0200, forever_successful > <[EMAIL PROTECTED]> wrote: > > > Hello SVG Developers! > > > > I want to ask if Opera 8.5 support JS on SVG Document or not? > > From memory,

[svg-developers] Re: Magic: SVG drag of Element using jquery svg is most simple

2008-10-08 Thread Jeff Schiller
Another example: http://www.codedread.com/code.php#dragsvg http://www.codedread.com/dragsvg"; onload="initializeDraggableElements()" onmouseup="mouseUp(evt)" onmousemove="mouseMove(evt)"> http://www.codedread.com/dragsvg.js"; /> [svg-developers] Re: FakeSmile: addEventListener load does not work
--- In svg-developers@yahoogroups.com, "Andreas Neumann" <[EMAIL PROTECTED]> wrote: > > Hi David, > > It appears that the last line in FakeSmile > > window.addEventListener("load", initSMIL, false); > > does not work in ASV/IE6. This is not a big problem for me. I just > added a try/catch state

[svg-developers] Re: Detect SMIL presence with Javascript

--- In svg-developers@yahoogroups.com, "Andreas Neumann" <[EMAIL PROTECTED]> wrote: > > and I forgot to tell you, FakeSMILe doesn't support hasFeature > either. > > yes - I am aware. > > while we are at FakeSMIL: On a sidenote, the library's name is "FakeSmile" [1] Not FakeSMILe. Not FakeSMIL

[svg-developers] Re: Setting value of xlink:href

http://svgopen.org/2008/presentations/70-Tricks_of_Javascript_and_declarative_animation/index.html#slide13 > > Cheers > /Erik > > On Thu, 25 Sep 2008 18:23:04 +0200, Jeff Schiller <[EMAIL PROTECTED]> wrote: > > > You have to use namespace-aware API methods: > &

[svg-developers] Re: Setting value of xlink:href

You have to use namespace-aware API methods: setAttributeNS("http://www.w3.org/1999/xlink";, "href", signalName); Regards, Jeff --- In svg-developers@yahoogroups.com, "zedkineece" <[EMAIL PROTECTED]> wrote: > > I am trying to set the value of xlink:href, but having issues trying > to understa

[svg-developers] Re: SVG embedded within HTML

--- In svg-developers@yahoogroups.com, "John C. Turnbull" <[EMAIL PROTECTED]> wrote: > > I have another question about SVG support in browsers... > > > > Does SVG work just as well in browsers when it's embedded within an HTML > document as it does it only work fully when it's an SVG-only docum

[svg-developers] Re: SVG embedded within HTML

is XML, so processing will stop if you've made any errors in your page (the entire page will not render, in Firefox this is called a 'Yellow Screen Of Death'). This is good to detect errors if you're publishing a 'static' site, but if you have dynamic or use

[svg-developers] Re: SVG support detection in browserland

lly, you can do this with the hasFeature DOM method that David mentioned in his email or you can test that individual DOM attributes/methods exist (not all implementations have covered 100% of the SVG DOM yet). Regards, Jeff Schiller - To unsubscr

[svg-developers] Re: Safari problem with no nought

--- In svg-developers@yahoogroups.com, Erik Dahlström <[EMAIL PROTECTED]> wrote: > > The syntax for the begin attribute is borrowed from SMIL, and the grammar doesn't allow for a "." to start a . Possibly this is because it can cause confusion with id-values, but I haven't looked at it in detail y

[svg-developers] Re: Safari problem with no nought

[1] describes each of the path commands as having 'coordinates'. [2] says that "coordinates" are "lengths" which are "numbers" which can be in decimal notation: "either an , or an optional sign character followed by zero or more digits followed by a dot (.) followed by one or more digits. which

[svg-developers] Re: Event Handling With Overlapping Objects

--- In svg-developers@yahoogroups.com, "Jeff Schiller" <[EMAIL PROTECTED]> wrote: > > This appears to be a simple problem, but sadly I haven't yet figured > out a solution. > > - contained within the bounding box of a rectangle is a circle > - only when t

[svg-developers] Event Handling With Overlapping Objects

ugh I'm still within the rect's bounding box). If I put pointer-events="none" on the circle, then I can no longer capture click events on the circle... Any help is appreciated. Thanks, Jeff Schiller - To unsubscribe send a message to:

[svg-developers] Re: hyperlink new window problem

Also, I suggest trying ASV3 and Renesis 1.1.1 --- In svg-developers@yahoogroups.com, Olaf Schnabel <[EMAIL PROTECTED]> wrote: > > Hi developers > > I need a workaround for a linking problem. In my small example > http://www.ika.ethz.ch/schnabel/hyperlink.svg > I want to click on a rectangle and a

[svg-developers] Re: hyperlink new window problem

I've always used target="_blank" (note the underscore) [1], but I don't know if that works in IE7. Regards, Jeff [1] http://www.whatwg.org/specs/web-apps/current-work/#valid10 --- In svg-developers@yahoogroups.com, "darkolaf77" <[EMAIL PROTECTED]> wrote: > > Hi Bruce > > I tried your hint, now

[svg-developers] Re: Providing for multiple browsers

--- In svg-developers@yahoogroups.com, "cwflamont" <[EMAIL PROTECTED]> wrote: > > > http://blog.codedread.com/. > > http://intertwingly.net/blog. > > Erm ... this is exactly what I am asking about. Neither of the above > blogs work properly in IE, (SVG not rendered, tried on 3 different > machine

[svg-developers] Re: Providing for multiple browsers

Hello Charles, In my opinion, this depends on the type of SVG you want to embed into your pages. --- In svg-developers@yahoogroups.com, "cwflamont" <[EMAIL PROTECTED]> wrote: > > Could someone please point me towards recent thinking on how to get > SVG content to download and display properly in

[svg-developers] Re: SVG file structure/source code

Hello Nevi, One of the benefits of SVG is that the file _is_ the source code - the image is just plain text, though it may not be obvious to a newbie. If the document you're looking at is a pure SVG file, you can click View > Source in your browser. If the document is HTML with an SVG file embed

[svg-developers] Re: Carousel Animation - any way declaratively?

--- In svg-developers@yahoogroups.com, "brucerindahl" <[EMAIL PROTECTED]> wrote: > > And if you really want to ignite your CPU cooling fan: > > http://www.lrcwe-data.com/tmp/test2.svg > Bruce - that's very clever! Thank you! - To unsubscribe send a message to: [EMAIL PROTECTED] -or- vis

[svg-developers] Re: Carousel Animation - any way declaratively?

groups.com, Erik Dahlström <[EMAIL PROTECTED]> wrote: > > > > On Tue, 25 Sep 2007 05:17:49 +0200, Jeff Schiller > <[EMAIL PROTECTED]> wrote: > > > David, > > > > Painter's Model: http://www.w3.org/TR/SVG11/render.html#PaintersModel > > &g

[svg-developers] Re: Carousel Animation - any way declaratively?

the end of the world, just interesting that it's a situation that cannot be easily handled by animation in SVG. Regards, Jeff --- In svg-developers@yahoogroups.com, "ddailey" <[EMAIL PROTECTED]> wrote: > > Jeff Schiller wrote: > > >Think of some icons arranged

[svg-developers] Carousel Animation - any way declaratively?

Think of some icons arranged on a "carousel", with an animation that would spin the carousel so that the closest icon to you is the "selected" icon. Is there any way to do this declaratively? Seems like the z-order and painter's model poses a problem that requires scripting to fix, but I would

[svg-developers] Safari 3 Links broken (target="_top" or "_parent")

http://bugs.webkit.org/show_bug.cgi?id=15214 :( Can anyone think of a decent way around this? Currently I'm thinking of not even using svg:a elements and just use some script like: The problem with this is that since ASV is a plugin, it does not have permissions to go beyond its own frame and

[svg-developers] Re: Creating SVG format file from GIF Image

Selva, There are many programs that will trace a bitmap and try to render it as SVG paths. I don't know how successful you will be with this, but you can try Inkscape or you can try potrace directly. Regards, Jeff --- In svg-developers@yahoogroups.com, "selvapsg" <[EMAIL PROTECTED]> wrote: > >

[svg-developers] Re: SVG 1.2 Tes suite

Julien, I asked this question of the SVG Working Group over two months ago and it's been ignored: http://lists.w3.org/Archives/Public/www-svg/2007Jun/0032.html Regards, Jeff --- In svg-developers@yahoogroups.com, "Julien Reichel" <[EMAIL PROTECTED]> wrote: > > Hi All, > > Is there an SVG tiny

[svg-developers] Re: SVG in Opera 9.5 "Kestrel"

Antoine, It doesn't seem like any major new "features" per se, but many bug fixes. In particular, the following tests now pass in Opera 9.5 but did not pass in Opera 9.2-: http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-filters-displace-01-f.html http://www.w3.org/Graphics/SV

[svg-developers] Re: Safari 3 Beta now available for Windows and Macintosh

--- In svg-developers@yahoogroups.com, "Andreas Neumann" <[EMAIL PROTECTED]> wrote: > > This is great news. Safari Beta is now available for Windows and > Macintosh: http://www.apple.com/safari/ > > SVG is enable, but strangely, it only works for local files for me. > Files, e.g. from http://www

[svg-developers] Re: mouseover overlaying elements more details

n, does not mean that the correct > response is to supply it. > One has the opportunity to query the questioner as to the rational of > their intention. > > regards > > Jonathan Chetwynd > > > > On 12 May 2007, at 21:21, Domenico Strazzullo wrote: > >

[svg-developers] Re: CSS solution: mouseover overlaying elements more details

Jonathan, Thanks - but as I suspected, you did not understand the problem from http://tech.groups.yahoo.com/group/svg-developers/message/58615. Your CSS solution only matches the existing functionality, but the poster was asking for something additional. When the mouse is hovered over a small bl

[svg-developers] Re: mouseover overlaying elements more details

Jonathan, Why do you say the code supplied by Rainer is incomplete? The code supplied here http://tech.groups.yahoo.com/group/svg-developers/message/58615 _IS_ complete as I opened it up in a browser myself when I worked out my solution. Domenic has already stated that he didn't believe CSS coul

[svg-developers] Re: mouseover overlaying elements more details

The real recommendation here would be to nest the inner rectangles inside groups that contain the outer rectangles so that you can catch the mouseover events as the bubble. But since you have stated that you do not want to change the structure of your SVG document, then modifying your two JS funct

[svg-developers] Re: mouseover on overlaying elements

>From your email it's not clear if each symbol is associated with each polygon in your code. You'll need to post your code. >From what I can tell - the simplest solution is something like this: ... ... However, I suspect that I just don't understand what you're trying to do.

[svg-developers] Re: Interesting data on SVG

Hi Veiko, I guess there was some confusion from David's post. The blog at http://blog.codedread.com/ is mine, though I have no idea why your comment was rejected - I'm just using WordPress as my blogging platform. Anyway, the chart is mostly focused on desktop browsers and plugins for desktop br

[svg-developers] Re: foreignObject: Anyone found out a good way to "dump" HTML into SVG with it?

What UAs are you trying it in? I've never yet played with foreignObject, though it's going to be enabled in Firefox 3 from what I understand. Not sure if Opera has support for it yet. Jeff --- In svg-developers@yahoogroups.com, "sirlemmingviii" <[EMAIL PROTECTED]> wrote: > > Maybe I'm just naiv

[svg-developers] Re: Interesting data on SVG

--- In svg-developers@yahoogroups.com, David Dailey <[EMAIL PROTECTED]> wrote: > > Jeff Schiller's web site just popped up a very interesting chart: > http://www.codedread.com/svg-support.php > > It gives a quick comparison of the state of support for SVG in > several different environments. He h

[svg-developers] Re: About SVG DOM Interfaces

--- In svg-developers@yahoogroups.com, "Prem Dasari" <[EMAIL PROTECTED]> wrote: > I would like to know where the SVG DOM interfaces will be used. > > > > I guess these will be used by applications for accessing /updating the > Document. Yes, Prem - this is what the DOM interfaces are used for

[svg-developers] Re: Problem with Renesis and Firefox or new server?

Well if it worked before and you moved servers and now it doesn't work - doesn't that sound very much like a server-related problem? :) I know that Opera and IE+ASV try to figure out the MIME type based on the extension (and perhaps other things), while Firefox must be told the MIME type. Jeff -

[svg-developers] Re: Microsoft -- VML, SVG, XAML

Most of what we can discuss here will be pure speculation, but I have heard from some sources that a future version of IE will support SVG. Chris Wilson has publicly stated that Microsoft considers SVG one of the core standards that all browsers should implement (it was lumped into the bucket with

[svg-developers] Re: Swapping attribute values on large numbers of elements

"in response to events" -> what does this mean? What event? Does the event give you any indication of which element needs to be swapped? Can each rectangle's two y values be different from any other rectangle? Jeff --- In svg-developers@yahoogroups.com, "simonshutter" <[EMAIL PROTECTED]> wro

[svg-developers] Re: View source in IE 7

--- In svg-developers@yahoogroups.com, "ddailey" <[EMAIL PROTECTED]> wrote: > > In IE6 I was able to use "view source" from the right context menu to see SVG source. Not in IE7. The only workarounds I've found are to use Opera or FF. > > Another thing for your list perhaps, Andreas. > > cheers

[svg-developers] SVG in a XHTML:table

I have a question about XHTML+SVG when it comes to laying out SVG in a HTML:table. Here's my minimal test case. I've also sent the question to the www-svg and public-cdf lists: http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" > * { border-style:soli

[svg-developers] Re: SVG Logo Contest

--- In svg-developers@yahoogroups.com, Doug Schepers <[EMAIL PROTECTED]> wrote: > > Hi, Jeff- > > Jeff Schiller wrote: > > > > Another question to anyone out there: I don't see any way from within > > JavaScript to determine the SVGScriptElement &g

[svg-developers] Re: SVG Logo Contest

--- In svg-developers@yahoogroups.com, "brucerindahl" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "Jeff Schiller" > wrote: > > Too bad Firefox/Opera don't support SVG-as-image as we recently > > discussed in this forum.

[svg-developers] Re: SVG Logo Contest

--- In svg-developers@yahoogroups.com, Doug Schepers <[EMAIL PROTECTED]> wrote: > > Hi- > > Last week, the panel of judges for the SVG logo contest decided upon the > finalists and the winner of the contest. We are pleased to announce > that the winning entry is available for viewing here: > ht

[svg-developers] Re: ASV End-of-life cancelled and IE 7.2 with native SVG support???

Since the "information" you are quoting is coming from my blog, I feel it my duty to respond. Adobe, EOL, ASV: http://blog.codedread.com/archives/2006/12/18/adobe-allows-svg-viewer-download-indefinitely/ explains that Adobe no longer plans to remove the download. It DOES NOT say that they are

[svg-developers] Re: Support of SVG content in the tag ?

--- In svg-developers@yahoogroups.com, "brucerindahl" <[EMAIL PROTECTED]> wrote: > > there in SVG format. If the browsers support SVG in this > > would be a great way to get the same look and feel for GUI's in SVG as > > on the desktop. Does anyone know Opera's and Mozilla's plans on this? Back

[svg-developers] Re: WPF/E Goes Beta Community preview available for download

have the time. > > Jon > > Jon Ferraiolo <[EMAIL PROTECTED]> > Web Architect, Emerging Technologies > IBM, Menlo Park, CA > Mobile: +1-650-926-5865 > > > >

[svg-developers] Re: WPF/E Goes Beta Community preview available for download

--- In svg-developers@yahoogroups.com, T Rowley <[EMAIL PROTECTED]> wrote: > Mozilla as an ActiveX control already exists: > >http://www.iol.ie/~locka/mozilla/control.htm > > You'd still be stuck with the click-to-active behavior of plugins in IE. The other options outside of an IE plugin ar

[svg-developers] Re: WPF/E Goes Beta Community preview available for download

> > But you do know it has been possible, for quite some time, to render > > core SVG instructions on the majority of desktops today, right? > > http://deng.com.br/features/ > > > > If you wish to improve the rendering instructions, then you can do so... > > it's an opensource SWF which contains th

[svg-developers] Re: Renesis Player 0.2 Release

--- In svg-developers@yahoogroups.com, Chris Lilley <[EMAIL PROTECTED]> wrote: > > On Monday, October 9, 2006, 4:00:06 PM, Jeff wrote: > > JS> 4) http://www.codedread.com/svgtest.svg also says that no SVG 1.0 or > JS> 1.1 feature strings are implemented. Are you planning to support SVG > JS>

[svg-developers] Re: Renesis Player 0.2 Release

I'm glad to see Renesis is inching closer to being a plugin for SVG content in Internet Explorer, though I'm finding it far from usable at the moment. I haven't realy touched on any DOM issues yet. Disclaimer: I've never written any SVGT 1.2 content yet, so this is my first attempt. 1) http:

[svg-developers] Re: 'Native' SVG support in Opera and FF

Tim, I'm not sure where this misconception arose, but Firefox does indeed support compressed svg (.svgz) files. You need to make sure your web server properly supports directives though. As per http://jwatt.org/ svg/authoring/#server-configuration, for Apache this means for the .svgz extensio

[svg-developers] Re: 'Native' SVG support in Opera and FF

--- In svg-developers@yahoogroups.com, "zedkineece" <[EMAIL PROTECTED]> wrote: > * setAttribute is not working at all in FF, and we get varying > results in Opera. Use setAttributeNS(). I've never had a problem with this in either Firefox or Opera. Just remember that the attributes on SVG ent

[svg-developers] Re: Is Adobe's greed clearing the way for XAML

Jonathan, I agree, sound/audio is a sorely lacking component of the online web experience, I guess because maybe no one had proposed an open standard for audio/sound until lately (HTML5), so Netscape had some proprietary way, so does Flash, etc. Sound/audio is something outside the scope of SV

[svg-developers] Re: Is Adobe's greed clearing the way for XAML

Actually Jon, I agree with both of your recent points... you stole my thunder on both accounts! ;) 1) Watch out for Dojo 0.4 for the cross-browser 2D graphics API (VML on IE and SVG everywhere else). I've been hearing good things, anyway. 2) Watch for IE8+ (i.e. something after IE7) to suppor

[svg-developers] Re: Announcement: Adobe to Discontinue Adobe SVG Viewer

We can't rely on Microsoft, just like we shouldn't have been comfortable relying on Adobe, to do the right thing and implement native support for SVG for free. There are business considerations that will always take priority. Even if they do it, I fear compatibility issues - their browser eng

[svg-developers] Re: SVG Doubt

with Adobe on other areas of the Web development? > Another ActiveX "Me too" ? > > c- "Hope" come when other browsers are supporting SVG? will it cause MS to > support SVG?. Without any other development we are all hung by a thread. ASV > is an ActiveX which is OS ap

[svg-developers] Re: Help

Pramod, I wrote a couple quick tutorials for beginners with SVG. Maybe they will help you: http://www.codedread.com/SVGKS_1a.php Regards, Jeff --- In svg-developers@yahoogroups.com, "Pramod Eligeti." <[EMAIL PROTECTED]> wrote: > > Hi, > > I just need some good material on the typical functi

[svg-developers] Re: SVG Doubt

... And what is the externalResourcesRequired attribute all about? Now I'm confused... Jeff --- In svg-developers@yahoogroups.com, "Jeff Schiller" <[EMAIL PROTECTED]> wrote: > > This is one of the things which confused me in the very beginning. > The element in SVG

[svg-developers] Re: SVG Doubt

This is one of the things which confused me in the very beginning. The element in SVG is not exactly the same as the