title: Skencil / Features

Drawing Primitives

Skencil has the usual drawing primitives found in a vector drawing program:

All objects, including images and text, can be rotated, scaled, sheared, etc. (all affine transformations are possible)

Properties

Primitives can usually have fill and line properties:

Fill properties are patterns like solid colors, gradients, tiled images and hatching.

Line properties are currently a (solid) color, width, dashes, cap and join styles and arrow heads. Patterns instead of a single color are planned for the future.

Special Effects and Features



Plugins

Skencil has plugin mechanisms for a variety of purposes:

Import Filters allow Skencil to read different file formats. Currently Skencil has import filters for XFig (.fig), Adobe Illustrator (.ai) files, Corel CMX, Windows 3.1 Metafiles, Scalable Vector Graphics (SVG) and for its own file format.

Export Filters allow Skencil to write the drawing to various file formats. Skencil has filters for its own format and for Adobe Illustrator, PDF and SVG files.

Plugin Objects provide a way to define new graphics objects.

Other Features