Editing Twist

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 6: Line 6:
 
http://evilmadscience.s3.amazonaws.com/wiki/eggbot/extensiontut/extensions-twist-01.png
 
http://evilmadscience.s3.amazonaws.com/wiki/eggbot/extensiontut/extensions-twist-01.png
  
The Twist extension provides a coding example which illustrates some common tasks: evaluating graphical elements of a SVG document, reducing each graphical element into sequences of points, generating new graphical elements, and inserting the new elements into the SVG document.  The source files for this extension are eggbot_twist.py and eggbot_twist.inx and can be found in your extensions directory.  The former file is the Python source code for the extension while the latter is the menu description for the extension itself.  The other Eggbot extensions are also good sources of example code.  Also, don't neglect to look at or search through all the other extensions in the Inkscape extensions directory: they too provide many coding examples.
+
The Twist extension provides a coding example which illustrates some common tasks: evaluating graphical elements of a SVG document, reducing each graphical element into sequences of points, generating new graphical elements, and inserting the new elements into the SVG document.  The source files for this extension are eggbot_twist.py and eggbot_twist.inx and can be found in your extensions directory.  The former file is the Python source code for the extension while the latter is the menu description for the extension itself.  The other Eggbot extensions are also good sources of example code.  Also, don't neglect to look at or search through all the other extensions in the Inkscape extensions directory: they too provide many examples of performing various coding tasks.
  
 
The Inkscape project provides some limited documentation on writing extensions at their wiki site.  See the "Extensions" topic under the "Developer tutorials" section at their  [http://wiki.inkscape.org/wiki/index.php/Inkscape main wiki page].
 
The Inkscape project provides some limited documentation on writing extensions at their wiki site.  See the "Extensions" topic under the "Developer tutorials" section at their  [http://wiki.inkscape.org/wiki/index.php/Inkscape main wiki page].

Please note that all contributions to Evil Mad Scientist Wiki are considered to be released under the GNU Free Documentation License 1.3 (see Evil Mad Scientist Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: