Hi Fernando, I don't really know what you want to do. If you want to use the trace in javascript to calculate areas for example or intersection, there is no...
51514
Holger Will
holger492
Sep 1, 2005 7:37 am
... Jrme, there is a bug for that in bugzilla, but unfortunatly no one is working on it . so i'm not sure it will be fixed in the final. the Bug: ...
51515
Andreas Neumann
neumannandreas
Sep 1, 2005 7:41 am
Hi James, an alternative is to use SVG based form controls. The advantage of using SVG form controls is that they also run in Batik, ASV in Safari, Opera,...
51516
mailinatorolli
Sep 1, 2005 8:54 am
Hello, Im trying to use the Adobe SVG Plugin within a C# Appliction with Visual Studio 2005 Beta 2. But I always get this error message: "Attempted to read...
51517
Holger Will
holger492
Sep 1, 2005 10:30 am
... Hi Olli i have no experience with .NET, but there is some information on the SVG Wiki about using ASV in C# and .NET . ...
51518
Thomas DeWeese
world_mage
Sep 1, 2005 11:06 am
Hi bgeyer, ... This sounds like you are timing the conversion of a single image from starting java to when it finishes. If so this is a very poor test of Java...
51519
Fernando Silva
fsilvapt
Sep 1, 2005 11:14 am
Hi, the objective is with a mathematical function, calculate the object real area, so I can use intersection() and contain() methods. I'm gonna try to create a...
51520
mailinatorolli
Sep 1, 2005 11:54 am
Hello Holger, thanks for your answer. I tried it the way it is descriebed in the SVG - Wiki but it doesn't work. The Problem stays the same: "Attempted to read...
51521
bgeyer2000
Sep 1, 2005 12:55 pm
... images in ... That doesn't speed up the conversion very much. Here are my results with the same svg-file and with a start-memory of 512-MB for the...
51522
bgeyer2000
Sep 1, 2005 12:55 pm
... That doesn't speed up very much. I get following times with Start-Memory of 512 MB. I've converted the same file 5 times: ...finished, time: Time now:...
51523
bgeyer2000
Sep 1, 2005 1:30 pm
I've found the problem and a solution. I have to use a actual snapshot of Batic-August-SVN-Snapshot not the stable release. It seems that there are made some...
51524
fujisawa.jun@...
jun_fujisawa
Sep 1, 2005 2:29 pm
The message contains Unicode characters and has been sent as a binary attachment. [Non-text portions of this message have been removed]...
51525
Jeff Rafter
jeffrafter
Sep 1, 2005 3:23 pm
We would need to know very specifically what version and build you were working with. Adobe has worked differently in hosted environments each new release....
51526
Carlos Gonalves
mercuriocfg
Sep 1, 2005 4:05 pm
Hi all. I am trying to execute the application of example of the article "Generating the Dynamic Chart"(http://www.devx.com/webdev/Article/28708/0/page/3) ...
51527
mailinatorolli
Sep 1, 2005 4:37 pm
Hello Jeff, I'm working with Visual Studio 2005 Beta 2 and Adobe SVG Viewer 3.0 / 3.03, Build 94 Thank you for trying to help me Olli ... Also, is ... instead?...
51528
Sean
couloir007
Sep 1, 2005 4:40 pm
I have an SVG embedded in an html document. I have several buttons that do various tasks, but it is important that certain tasks not be attempted at the...
51529
zhu yang
zhg331
Sep 1, 2005 7:15 pm
Hi Heiko Thank you so much and I got the point. I tried to use pattern or symbols instead of the font. My method is to use the pattern as the stroke to draw a...
51530
zhu yang
zhg331
Sep 1, 2005 7:19 pm
Hi, guys I tried to use pattern or symbols instead of the font. My method is to use the pattern as the stroke to draw a line. such as <svg> <defs> <pattern...
51531
Sean
couloir007
Sep 1, 2005 11:24 pm
I just decided to do a particular SVG doc with php. I now have a problem with the js code. The doc is embedded in an html doc. This piece of code worked...
51532
Heiko Niemann
zuccaralloo
Sep 1, 2005 11:41 pm
Hi Zhu, ... to use the pattern as the stroke to draw a line. such as ... stroke-width="6"/> ... unlike the marker, the pattern has no orient="auto" parameter...
51533
James Ross
jmez72
Sep 2, 2005 4:10 am
many thanks for the pointers, will have a look and see if i can get it working. cheers, James ... [Non-text portions of this message have been removed]...
51534
raghu raman
jayraghu04
Sep 2, 2005 4:45 am
Hi everybody, I have a problem to intercommunicate from svg to html. I have a html file like this. <HTML> <HEAD> <script> function access() { ... } </script> ...
Hi, I have been able to find many good examples of inter document communication when SVG is embedded in HTML...but I have a situation in which my stad alone...
51537
jayraghu04
Sep 2, 2005 6:17 am
Hi Steve, Could you please suggest me any one good examples of inter docuemnt communication when svg is embedded in Html. Thanks & regards Raghu ... in ... ...
51538
Steve
stevemim
Sep 2, 2005 7:14 am
Here is a good one http://svg-whiz.com/wiki/index.php?title=Inter-Document_Communication STEVE ... docuemnt ... situation ... an...
51539
jayraghu04
Sep 2, 2005 7:59 am
Thanks lot steve. I have one doubt regards this. Before In my script I include this line <script type="text/ecmascript" a3:scriptImplementation="Adobe" ...
51540
Jon.Ferraiolo@...
jferraio
Sep 2, 2005 8:19 am
The message contains Unicode characters and has been sent as a binary attachment. [Non-text portions of this message have been removed]...
51541
Holger Will
holger492
Sep 2, 2005 8:29 am
... you can't ! this is a quote from the document Steve pointed you to: *Note:* These techniques do not work when using ASV Internal JavaScript Engine ...
51542
Holger Will
holger492
Sep 2, 2005 9:44 am
... i've just updated the examples on the wiki , so they work in IE+ASV3/6 and mozilla/firefox39;s native svg implementation. ... -- if this information was...