--- In [email protected], "wywytse" <[EMAIL PROTECTED]> wrote:
> 
> Is there any method that I can use the svg script to create another 
> file, such as txt file.
> 
> For example, when I click the mouse, it can create a text file to 
> store the x and y coordinate.
> 
> Many thanks.

Here's a method I used to implement a digitizer - 

1.  Use ASV6
2.  Put this prologue at the top of your SVG file:
    <?AdobeSVGViewer save="snapshot" ?>
3.  Use JavaScript to create elements, add them to the DOM, and
populate them with coordinates or whatever
4.  Right-click and 'Save As'
5.  Filter the saved file, keeping what you added to the DOM. 

Good luck!
Jim






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