Hi Francis,
  As you probably know, there are many tools for SVG drawing, and you 
have to overcome a fierce competition.
  I've looked on your MobiusPortal, and tryed to use the grid of 
coordinates. For a simple grid I've obtained a huge number of lines. 
You could make it much shorter by using for instance something like 
this SVG file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
<svg xmlns="http://www.w3.org/2000/svg";
width="100%" height="100%" viewBox="-320 -280 630 570">
<title>grid</title>
<rect x="-320" y="-280" width="630" height="570"
style="stroke:red; stroke-width:2; fill:none" />
<g style="stroke:#909; stroke-dasharray:1,9; fill:none;">
<line x1="-300.5" y1="0" x2="300.5" y2="0" stroke-
width="540" />
<line x1="0" y1="-270.5" x2="0" y2="270.5" stroke-
width="600" />
</g>
</svg>

Cheers, Samy

--- In svg-developers@yahoogroups.com, "Francis Hemsher" 
<[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> We could use some feedback on the core performance of our 
WorkStation. 
> I guess this is the best place to come for some quality comments(be 
> gentle, we've worked hard to try and create an SVG integrated 
> development environment.)
> At this time the WorkStation can be used to create an SVG drawing 
that 
> you can export to other applications. It's in the alpha stage, but 
you 
> should be able to create a nice SVG drawing without too much 
> frustration:)
> 
> Please take a look at:
> http://www.mobiusPortal.com
> 
> Your comments will be appreciated,
> Thanks,
> Francis Hemsher





-----
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/
 



Reply via email to