Thanks Samy,
That Coordinate Grid thingy is a real bear!, especially when it adds 
the units, rather than being just a grid.  We're working on it, and 
will take your suggestion into consideration.
Francis


--- In [email protected], "Samuel Dagan" <[EMAIL PROTECTED]> 
wrote:
> 
> 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






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