Jean-Yves, Did anyone respond to this yet? I believe the Adobe SVGViewer 2.0 beta is working correctly. The SVG specification says the following ...
1674
Jon Ferraiolo
jferraio@...
Jan 1, 2001 8:09 pm
Ian, Just add the following attribute to the outermost <svg> element" style="shape-rendering:optimizeSpeed" The 'shape-rendering' property ...
1675
Shobha
shobha@...
Jan 2, 2001 7:40 am
Hello All, Can I associate a event handler for the element which is part of the Symbol. For eg. <symbol id="obj"> <rect x="0" y="0" width="20" height="20"...
1676
David Nimmons
David_Nimmons@...
Jan 2, 2001 1:43 pm
Can you give us a rundown on the advantages? apolhurt@star power.net To: svg-developers@egroups.com cc: 12/30/00 Subject:...
1677
Jon Ferraiolo
jferraio@...
Jan 2, 2001 5:02 pm
Shobha, According to the SVG specification, what you have programmed should work. If you are trying to use the Adobe SVG Viewer, however, this feature is not ...
1678
David Nimmons
David_Nimmons@...
Jan 2, 2001 5:20 pm
What is the difference between a symbol and a <defs> element?...
1679
Jon Ferraiolo
jferraio@...
Jan 2, 2001 5:29 pm
A <symbol> element can appear inside a <defs> or on its own. It doesn't really matter since <symbol> elements don't render by themselves -- they only appear...
1680
Arnold, Curt
Curt.Arnold@...
Jan 2, 2001 6:59 pm
I'm going to reiterate that the text in the current version is unclear and that it would be beneficial if some examples were placed in the text. For example,...
1681
cbraddock@...
Jan 2, 2001 7:11 pm
Hello all. I have a question regarding mouse x/y coordinates. I am testing some Javascript/SVG. My goal is to be able to place images via point and click on...
1682
Kevin Lindsey
kevin@...
Jan 2, 2001 11:50 pm
Joost, I'm not sure if you got an answer on this, but just in case you didn't...you need to use commas between the dasharray lengths. For example, where you...
1683
sdickson@...
Jan 3, 2001 12:22 am
Is it possible to embed a raster image (say, a JPG) directly into an SVG document? I don't mean using an xlink:href tag to reference an external file, I mean...
1684
brs@...
Jan 3, 2001 1:28 am
... SVG 2.0 would be fine for me. ... Yes, but it would be more practical that one group of developers did it right, than 500 groups of developers did it...
1685
Kevin Lindsey
kevin@...
Jan 3, 2001 1:44 am
Chris, You will need to use a combination of getCurrentScale() and getCurrentTranslate() to translate the mouse coordinate. I've posted an example here: ...
1686
Jon Ferraiolo
jferraio@...
Jan 3, 2001 1:57 am
Steve, Yes, it is possible, using the "data" URL scheme (ftp://www.ietf.org/rfc/rfc2397.txt), support for which is required in conforming SVG viewers (see ...
1687
Kevin Lindsey
kevin@...
Jan 3, 2001 2:09 am
Steven, You can use the data pseudo-protocol (RFC 2397). Here's an example of a JPEG image encoded in the SVG document using this technique: ...
1688
Michael Bierman
mbierman@...
Jan 3, 2001 3:02 am
Many of us at Adobe were fortunate to be given a short holiday between Christmas and New Year's which is why we've been somewhat scarce around here lately. ...
1689
ajayb@...
Jan 3, 2001 3:18 am
Hi all, we are working on a product for which we need to convert image files (.gif, .pcx etc) to svg on the fly. Now I heard somewhere that Adobe will hv image...
1690
Max Dunn
maxdunn@...
Jan 3, 2001 3:55 am
There is a great raster to SVG converter at http://www.celinea.com/ Max ================================ Max Dunn Silicon Publishing ...
1691
K.Yip Associates (EU)
kyip@...
Jan 3, 2001 3:59 am
SVG Adobe viewer 1.0 does not seem to work with a Chinese OS. Any reason?...
1692
Amino-X
kj5nh@...
Jan 3, 2001 5:16 am
Mike, In my personal opinion I think you guys are doing one heck of a great job. You guys just keep serving up the pitches, and we'll see how far we can hit...
1693
hpyle@...
Jan 3, 2001 8:48 am
Is there a way in SVG to find the intersection of two paths? I'm trying to perform a sort of "collision detection". The trivial way would be to find the...
1694
Joost van Schaik
Joost_vanschaik@...
Jan 3, 2001 9:06 am
... didn't...you need to use commas between the dasharray lengths. For example, where you mentioned the use of "1 1", you need to use "1,1" Thanks 4 your...
1695
Chris Lilley
chris@...
Jan 3, 2001 12:48 pm
... Yes. ... You still use the xlink:href, but use a URL scheme called 'data' which contains the actual data, base-64 encoded, in the url. Clearly this is less...
1696
David Nimmons
David_Nimmons@...
Jan 3, 2001 1:51 pm
I am attempting to rewrite my tabbed notebook widget to be a more generic reusable JavaScript object, relying heavily on Kevin Lindsey's examples. It is almost...
1697
taine gilliam
taing@...
Jan 3, 2001 2:32 pm
I'm having a bit of a quandry over which method to use - <embed> or <object>. I tend to prefer <object>, it gives me much better control over what happens when...
1698
Jeroen Dekker
jeroen@...
Jan 3, 2001 2:52 pm
Ajay, My company (Square One) is currently working on adding SVG export to our graphics conversion suite The Graphics Connection. Our software uses PostScript...
1699
Chris
cbraddock@...
Jan 3, 2001 3:13 pm
Thanks very much Kevin. It looks like that will do the trick! Chris ... getCurrentTranslate() to translate the mouse coordinate. I've posted ... SVG document...
Is this doable at all, or does it really require IE/NN ? The only "invisible IE" use I've succeded in doing was with a Delphi app which involved the IE engine...
1701
goessner@...
Jan 3, 2001 5:05 pm
david, ... generic ... examples. It ... event ... handler to ... instance ... limited to ... have more ... .. it makes no sense to assign an object method to...
1702
Jon Ferraiolo
jferraio@...
Jan 3, 2001 5:10 pm
Just in case this might be helpful... Can you put event attributes on each <use> element which all call the same JavaScript function, but which pass a...