Using Inkscape for web animation: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
(Created page with "<pageby nominor="false" comments="false"/> {{web technology tutorial|Intermediate}} {{stub}} == Introduction == This short tutorial will provide some tips on editing SVG pic...")
 
Line 30: Line 30:
; (2) Use the selection tool to identify objects in the drawing
; (2) Use the selection tool to identify objects in the drawing
: F2 (or the top button in the toolbar to the left)
: F2 (or the top button in the toolbar to the left)
:  
 
; (3) Click on id in the XML editor
: In the bottom panel, change its name, the click <code>Set</code>


[[File:Inkscape-editor-1.svg|600px|thumbnail|none|Selecting an SVG element (either in the drawing tool or the XML editor)]]
[[File:Inkscape-editor-1.svg|600px|thumbnail|none|Selecting an SVG element (either in the drawing tool or the XML editor)]]

Revision as of 17:38, 11 February 2014

<pageby nominor="false" comments="false"/>

Draft

Introduction

This short tutorial will provide some tips on editing SVG pictures in Inkscape in order to add some SVG-SMIL animation and interactivity. Inkscape is

For the moment, this page only includes some examples (tested on Jan 2014 with Firefox and Chrome)

Prerequisites:

See also:

  • SVG (Short overview)
  • SVG links (links to various SVG resources)

Identifying and naming SVG elements

In order to write animation code, it is probably best to give special ID's to the objects that you would like to manipulate.

Procedure:

(1) Open the XML Editor
Menu: Edit -> XML Editor or (Shift-CTRL-X)
(2) Use the selection tool to identify objects in the drawing
F2 (or the top button in the toolbar to the left)
(3) Click on id in the XML editor
In the bottom panel, change its name, the click Set
Selecting an SVG element (either in the drawing tool or the XML editor)

Links

Official

Tutorials

Tutorials