[svg-developers] Re: Workflow using SVG

2006-08-17 Thread neslindy
--- In svg-developers@yahoogroups.com, Vinicius Câmara 
[EMAIL PROTECTED] wrote:

 Hello Fellows,
 I decided to develop a web tool (cross-browser) that creates and 
implements a workflow graph using SVG like Microsoft Visio. 
 
 Does anybody know some API (JavaScript, EcmaScript and similar)  
that can help me do this?
 
 
 
 [Non-text portions of this message have been removed]

Hi, 
Here I have some website suggested and hopefully can help you. 
http://svglbc.datenverdrahten.de/?code=drawshapesznr=on

http://www.resource-solutions.de/svgeditor.html

Try your best o...






-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Workflow using SVG

2006-08-17 Thread ddailey
I built a thingy that builds and edits graphs (binary symmetric 
antireflexive relations) some years ago using VML.  It was done more for 
graph theoretic purposes (traversability, cutting sets, chromatic number, 
etc. -- I was ultimately interested in doing physics in what I call gravity 
graphs) than for business applications (like workflow). It handles node 
creation, connection, repositioning, unconnecting, removal, multiple 
selection, etc. using JavaScript. You can play with it at 
http://srufaculty.sru.edu/david.dailey/grapher/grapher.96.html, but of 
course since it's VML, you'll need IE to use it.

I have been intending to rewrite it in SVG sometime and make output conform 
to GraphML, but the distance between me and that project seems to increase 
rather than decrease with time.

David

- Original Message - 
From: Vinicius Câmara [EMAIL PROTECTED]
To: svg-developers@yahoogroups.com
Sent: Wednesday, August 16, 2006 2:38 PM
Subject: [svg-developers] Workflow using SVG


 Hello Fellows,
 I decided to develop a web tool (cross-browser) that creates and 
 implements a workflow graph using SVG like Microsoft Visio.

 Does anybody know some API (JavaScript, EcmaScript and similar)  that can 
 help me do this?



 [Non-text portions of this message have been removed]



 -
 To unsubscribe send a message to: 
 [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links








 




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] splitting a huge svg file into number of smaller files

2006-08-17 Thread prad4svg
Hi All,

How do i split the huge svg file into smaller files..Any help please
reply soon

Thanks  Regards
Prad





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] getting dom from svg file

2006-08-17 Thread prad4svg
Hi All,
Am finding difficult to get the dom for a svg file.

Following sample code is workin fine for normal svg file
ie
 svg
...
/svg

String parser = XMLResourceDescriptor.getXMLParserClassName();
SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser);
String uri = somefile.svg;
Document doc = f.createDocument(uri);

But If the svg file contains other tags like
svg
segments
   /segments

/svg
am gettin errorany help please reply soon

Thanks  regards
prad





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Sending svg as response to browser using servlet

2006-08-17 Thread prad4svg
Hi ,

Can any one suggest me how do i send svg document as a servlet
response to the browser and display svg






-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: Document to SVG Converter

2006-08-17 Thread skatethere
--- In svg-developers@yahoogroups.com, nc.mani [EMAIL PROTECTED] wrote:

 Hi,
 
 I am are looking for a solution for converting document to SVG format
 for our application.
 Target OS is Windows 2000/XP and development platform is VC++ 6.

Well, I'm sure Mike Kidson doesn't need my help promoting his product,
but svgmaker.com has a cool content transcoding server that uses an
SVG printer driver on a Win32 platform to print to SVG any recognized
document format.

  --kirby files






-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: IE tries to download, not display svg file

2006-08-17 Thread Sherm
Sean,

Have you set the SVG MIME type on your server? I've run into this 
issue twice before, and neither server had SVG/SVGZ set as a MIME 
type.

I always send server admins to this page to get info on setting the 
MIME type:
http://www.svgfaq.com/ServerGen.asp

HTH.

Sherm

-
On 16/08/2006, at 2:42 AM, Sean wrote:

I had put this off to the side thinking it might have been an error 
in my file, but it apparently is not. This is not an Adobe viewer vs 
native issue. It seems to me to be a security issue. But I can't 
reproduce it on my computer. I've tried increasing the security, but 
my computer works fine. My friends are unable to view my SVG. It is 
database driven, php, svg maps. When they try to open them, it wants 
to save them or open them, but trying to press the open button does 
nothing. Any insight would be most appreciated.





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Advice on drawing in mm units

2006-08-17 Thread gnylarichard
Hi

I need some advice on svg and unit drawing.

Currently I am drawing cad data that is in mm and drawing in svg 
which is in pixels. I require to draw in real world units of mm, and 
was wondering is this how everybody does it?

Would it be a good idea to draw it in mm like in cad, problem we are 
finding is in fonts because 1200mm font in svg is smaller and dont 
want to do any conversions etc..

I would also like to keep to the same unit, what do people recommend 
in drawing in mm, are there any examples etc..

Can you set the whole document to default to mm, in etc..?

Your thoughts are appreciated

Richard







-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Problem with filtering scaled imported SVG symbols

2006-08-17 Thread andfj645
Hello,

I am developing a prototype for an application where I have a canvas
onto which I draw symbols. The symbols are themselves SVG files
generated in Adobe Illustrator. In order to be able to place and scale
the symbols however I want on the canvas, I have placed the image tags
in the defs section, like this:

defs
   image id=action width=1 height=1
xlink:href=symbols/Action.svg/
   image id=application width=1 height=1
xlink:href=symbols/Application.svg/
   ...
/defs

When I place a symbol of size 75*50 on the canvas at position (100,
100), I do it like this:

use xlink:href=#action id=myAction x=0 y=0
transform=translate(100 100) scale(75 50)/

This might seem like a strange way to do it, but I tried using x, y,
width and height on the use element and those values were somehow
overridden by the sizes specified in the external SVG files (Action.svg
etc.).

This works fine until I try to apply a filter on a placed symbol - then
the symbol disappears altogether. I'm suspecting it has to do with the
large values in the scale transform, that the scale somehow also affects
the filter. My intention is of course to have the filter act on the
symbol as it appears on the screen, I do not want the filter to be
scaled independently (75 times wider in this case).

I would very much appreciate help on this subject. Please, if you know a
better (working) way to do this, let me know.


Regards,

Anders



[Non-text portions of this message have been removed]





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: SVG Open 2006

2006-08-17 Thread kuko_ako
I've left multiple messages both for Kurt and the contacts for the
conference, but I haven't had any return calls or any newer piece of
information. I'm starting to get very frustrated!... Why don't they
just tell us whether it's a go or no go?

--- In svg-developers@yahoogroups.com, ddailey [EMAIL PROTECTED] wrote:

 If someone does hear back from Kurt, could you post what you find
out here? 
 Others of us might like to know as well.
 
 regards,
 David
 - Original Message - 
 From: Alastair Fettes [EMAIL PROTECTED]
 To: svg-developers@yahoogroups.com
 Sent: Monday, August 14, 2006 12:37 PM
 Subject: [svg-developers] Re: SVG Open 2006
 
 
 I would suggest forwarding your questions and concerns to Kurt Cagle
  (kurt dot cagle at gmail dot com).
 
  Cheers,
  Alastair Fettes
 
  --- In svg-developers@yahoogroups.com, kuko_ako kuko_ako@ wrote:
 
  Does anybody know what the status of the conference is? Will it push
  through as scheduled or is it being canceled? A month ago, the site
  said Aug. 1st was the early bird registration deadline, but the site
  now says it's not yet open to registration. I imagine SVG enthusiasts
  need to be able to make travel plans. What gives?
 
 
 
 
 
 
 
 
  -
  To unsubscribe send a message to: 
  [EMAIL PROTECTED]
  -or-
  visit http://groups.yahoo.com/group/svg-developers and click edit my 
  membership
   
  Yahoo! Groups Links
 
 
 
 
 
 
 
 








-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Renesis is up again

2006-08-17 Thread emiasys
Hello all,

I know it has been a while but the movement to the new company has
finished. You can visit the main Renesis  SVG 1.2 Site at
http://www.emiasys.net. The company website is at
http://www.emiasys.com. We're appreciating any support the community
might to give us in case of feedback, improvements or anything.

Hope to see you there,
Regards

Alexander Adam
Emia® Systems - http://www.EmiaSys.com
Renesis® Player - http://www.EmiaSys.NET








-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: Renesis is up again

2006-08-17 Thread emiasys
Sorry for posting twice but the posting didn't show up so far.

Regards,
Alexander Adam
Emia Systems - http://www.EmiaSys.com
Renesis - http://www.EmiaSys.NET






-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/