title: Skencil / Features
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)
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.
![]() |
![]() |
Text along a path can have either rotated letters (left) or skewed letters (right). |
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.