![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page . (Learn how and when to remove these messages)
|
![]() | |
![]() Inkscape 1.4 on Linux | |
Initial release | November 6, 2003 [1] |
---|---|
Stable release | |
Repository | |
Written in | C++ with gtkmm, Python (extensions) |
Operating system | FreeBSD, Linux, macOS, Windows |
Platform | IA-32, x86-64 |
Predecessor | Sodipodi |
Available in | 90 languages [3] |
Type | Vector graphics editor |
License | GPL-2.0-or-later [4] |
Website | inkscape |
Inkscape is a vector graphics editor. It is used for both artistic and technical illustrations such as cartoons, clip art, logos, typography, diagrams, and flowcharts. It uses vector graphics to allow for sharp printouts and renderings at unlimited resolution and is not bound to a fixed number of pixels like raster graphics. It is free and open-source software released under a GNU General Public License (GPL) 2.0 or later.
Inkscape uses a file format defined by a technical standard named Scalable Vector Graphics (SVG) as its main format, which is supported by many other applications including web browsers. It can import and export various file formats, including Adobe Illustrator (AI), Encapsulated PostScript (EPS), PDF, PostScript (PS) and PNG. [5]
Inkscape can render primitive vector shapes (e.g. rectangles, ellipses, polygons, arcs, spirals, stars and 3D boxes) and text. These objects may be filled with solid colors, patterns, and radial or linear color gradients, and their borders may be stroked, both with adjustable transparency. Embedding and optional tracing of raster graphics is also supported, enabling the editor to create vector graphics from photos and other raster sources. Created shapes can be further manipulated with geometric transformations, such as moving, rotating, scaling, and skewing.
Inkscape began in 2003 as a code fork of the Sodipodi project. [6] Sodipodi, developed since 1999, was based on Raph Levien's GNOME Illustration Application (Gill). [7] One of the main priorities of the Inkscape project was interface consistency and usability by following the GNOME Human Interface Guidelines. [6]
Inkscape FAQ interprets the word Inkscape as a compound of ink and -scape . [8] [9]
Four former Sodipodi developers (Ted Gould, Bryce Harrington, Nathan Hurst, and MenTaLguY) led the fork, citing differences over project objectives, openness to third-party contributions, and technical disagreements. They said that Inkscape would focus development on implementing the complete SVG standard, whereas Sodipodi development emphasized developing a general-purpose vector graphics editor, possibly at the expense of SVG. [10]
Following the fork, Inkscape's developers changed the programming language from C to C++; adopted the GTK toolkit (formerly GIMP Toolkit) C++ bindings (gtkmm); redesigned its user interface, and added a number of new features. [11] Inkscape's fully implemented [12] SVG 1.1 standard in version 0.91. And it continues with implementation of still unfinished SVG 1.2 and SVG 2.0 standard features like Mesh Gradients. It also support CSS standard and extends the format with its own features like node-types and LPE effects.
Since 2005, Inkscape has participated in the Google Summer of Code program. [13]
Up until the end of November 2007, Inkscape's source code repository was hosted by SourceForge. Thereafter it moved to Launchpad. [14] In June 2017, it moved to GitLab. [15]
Inkscape workflow is based on vector objects. Tools allow manipulating primitive vector shapes: simple ones like rectangles, ellipses, and arcs, and more complex ones like 3D boxes with adjustable perspectives, stars, polygons, and spirals. Rendering feature that can create objects like barcodes, calendars, grids, gears, and roulette curves (using the spirograph tool). These objects may be filled with solid colors, patterns, radial or linear color gradients and their borders may be stroked, both with adjustable transparency. All of those can be further edited by transformations, such as moving, rotating, scaling, and skewing, or by editing paths.
Other tools allow creating Bézier curves, freehand drawing of lines (pencil), or calligraphic (brush-like) strokes which support a graphics tablet. [16]
Inkscape can write and edit text with tools available for changing font, spacing, kerning, rotation, flowing along the path or into a shape. Text can be converted to paths for further editing. The program also has layers (and objects) feature that allows organizing objects in a preferred stacking order in the canvas. Objects can be made visible or invisible, and locked or unlocked, via these features.
Symbol libraries enable Inkscape to use existing symbols like logic-gate symbols or DOT pictograms. More libraries can be added as needed. [17]
Inkscape supports image tracing, the process of extracting vector graphics from raster sources.
Clones are child objects of an original parent object. Different transformations can be applied to them, such as: size, position, rotation, blur, opacity, color, and symmetry. Clones are updated live whenever the parent object changes.
Every object in the drawing can be subjected to arbitrary affine transformations: moving, rotating, scaling, skewing, and a configurable matrix.[ clarification needed ] Transformation parameters can be specified numerically. Transformations can snap to angles, grids, guidelines and nodes of other objects, or be aligned in specified direction, spaced equally, scattered at random.
Objects can be grouped. Groups of objects behave similarly to objects. Objects in a group can be edited without having to ungroup them first.
The Z-order determines the order in which objects are drawn on the canvas. Objects with a high Z-order are drawn on top of objects lower in the Z-order. Order of objects can be managed either using layers, or by manually moving the object up and down in the Z-order. Layers can be locked or hidden, preventing modification and accidental selection.
The Create Tiled Clones tool allows symmetrical or grid-like drawings using various plane symmetries.
Appearance of objects can be further changed by using masks and clipping paths, which can be created from arbitrary objects, including groups.
The style attributes are 'attached' to the source object, so after cutting/copying an object onto the clipboard, the style's attributes can be pasted to another object.
Objects can also be moved by manually entering the location coordinates in the top toolbar. Even additions and subtractions can be done this way.
![]() | This section may contain an excessive amount of intricate detail that may interest only a particular audience.(January 2020) |
Inkscape has a comprehensive tool set to edit paths (as they are the basic element of a vector file):
Inkscape includes a feature called Live Path Effects (LPE), which can apply various modifiers to a path. Envelope Deformation is available via the Path Effects and provides a perspective effect. There are more than a dozen of these live path effects. LPE can be stacked onto a single object and have interactive live on canvas and menu-based editing of the effects.
![]() | This article needs to be updated. The reason given is: Inkscape supports more formats.(January 2020) |
Inkscape's primary format is SVG 1.1, meaning that it can create and edit with the abilities and within the constraints of this format. Any other format must either be imported (converted to SVG) or exported (converted from SVG). The SVG format is using the Cascading Style Sheets (CSS) standard internally. Inkscape's implementation of SVG and CSS standards is incomplete. Most notably, it does not support animation natively. [19] Inkscape has multilingual support, particularly for complex scripts. Formats that used the UniConvertor library are not supported beyond the 1.0 release. A workaround is to have a parallel installation of version 0.92.x. [20]
Format name | Import | Export |
---|---|---|
Adobe Illustrator Artwork (AI) | native | |
CorelDRAW (CDR) | native | |
Microsoft Visio Drawing (VSD) | native | |
Portable Document Format (PDF) | native | native |
compressed SVG (SVGZ) | native | |
JPEG | native | with extension |
PNG | native | native |
GIF | native | |
BMP | native | |
Computer Graphics Metafile (CGM) | with UniConvertor | |
Encapsulated PostScript (EPS) | with Ghostscript | native |
PostScript (PS) | with Ghostscript | native |
SK1 | with UniConvertor | |
Affinity Designer (.afdesign) | with extension [22] | |
Sketch | with extension | |
Xfig (FIG) | with extension | |
Flash XML Graphics (FXG) | native | |
Hewlett-Packard Graphics Language (HPGL) | native | |
HTML5 canvas element | native | |
LaTeX (TeX) | native | |
Synfig (SIF) | native | |
Extensible Application Markup Language (XAML) | native |
The latest version of Inkscape 1.0.x (and older line 0.92.x) is available for Linux, Windows 7+, and macOS 10.11–10.15 platforms. [26] Inkscape is packaged with AppImage, Flatpak, PPA, Snap and source by all major Linux distributions (including Debian, Ubuntu, Fedora, OpenSUSE) with GTK+ 3.24+ (0.92.x with GTK+ 2.20+ for older Linux). [27] [28]
Inkscape can also be installed via FreeBSD ports and pkgsrc, the latter being native to NetBSD, but well-supported on most POSIX platforms, including GNU/Linux, Illumos, and macOS.
As of 2017 [update] , Wacom tablet support for GTK 3 is in a reviving project. Version 1.0.x includes GTK 3 and Wacom support depending on the necessary Wacom Linux or Unix driver. [29] [ needs update ]
An issue had affected all GTK3-based apps on macOS Ventura (macOS 13), making the app unresponsive to certain mouse events. GTK is used by many different programs. GTK is a free and open-source cross-platform software widget toolkit for creating graphical user interfaces (GUIs). [30] Inkscape 1.2.2 was also affected and the web site of Inkscape recommended not to install it on Ventura as long as a stable solution was not available. [31] These issues were fixed from version 1.3.
Most of the compatibility issues with Apple silicon processors (M1, M2 and M3 families) appear to have also been resolved from version 1.3 and the macOS download site for Inkscape offers two options: the Intel version and the arm64 corresponding to the Apple Silicon M family. [32]
Version | Release date | Notable features, changes | ||
---|---|---|---|---|
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.35" | 0.35 | 11 November 2003 | Initial release of Inkscape based on Sodipodi 0.32, new keyboard shortcuts [33] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.36" | 0.36 | 11 December 2003 | GUI redesign and improved usability [34] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.37" | 0.37 | 16 February 2004 [35] | Boolean path operations and path inset/outset, major code refactoring [36] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.38" | 0.38 | 12 April 2004 [37] | Text kerning and letter spacing, multi-stage gradients [38] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.39" | 0.39 | 20 July 2004 [39] | Markers, clones, and pattern fills [40] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.40" | 0.40 | 30 November 2004 [41] | Multi-layer support, bitmap tracing (only greyscale), and text on path [42] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.41" | 0.41 | 10 February 2005 | Clone tiler tool and color bitmap tracing [43] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.42" | 0.42 | 26 July 2005 | Flowing text support, styling text spans, enhanced effects support, and the new gradient tool [44] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.43" | 0.43 | 19 November 2005 | Connector tool, collaborative editing, tablet pressure/angle sensitivity [45] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.44" | 0.44 | 24 June 2006 | Layers panel, support for clipping and masking, PDF export with transparency [46] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.45" | 0.45 | 5 February 2007 | Gaussian blur, pattern along path, new Undo History panel, improved bitmap tracing using simple interactive object extraction, color effects [47] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.46" | 0.46 | 24 March 2008 | Docking user interface, Paint Bucket, Tweak and 3D Box tools, Live Path Effects, support for most SVG filters, the ability to open PDF files, import from the Open Clip Art Library, and OpenType/PostScript and Type1 font support [48] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.47" | 0.47 | 24 November 2009 | Eraser tool (can slice paths), timed autosave, spiro splines interface for paths, auto-smooth nodes for paths, spellchecker for the text tool, new path effects like "sketch" and "hatches", new Python extensions like "alphabet soup" and "convert to Braille", basic support for SVG fonts [49] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.48.x" | 0.48.x | 23 August 2010; July 2014 | Multipath node editing, improved text tool: subscript, superscript, numerical and preset inputs for text kerning, tracking and more text enhancements, new Airbrush (Spray) tool, LaTeX export with PDF, PS, EPS, JessyInk extension for creating presentations viewable in SVG-enabled web browsers [50] [51] [52] [53] [54] [55] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.91" | 0.91 | 30 January 2015 [56] | Switched from libnr to Cairo rendering library, which significantly improved rendering speed. [57] Refactoring; Measure tool, new import/export formats, grayscale mode, alignment modes, Symbol library and support for Visio stencils, Guides can have labels, variable width strokes (PowerStroke). [58] [59] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="0.92.x" | 0.92.x | 4 January 2017 [60] | Infrastructure Focus; Mesh gradients, new path effects, default resolution changed from 90 dpi to 96 dpi to match the CSS standard, options for switching OpenType font features, [61] [62] [63] [64] last release 0.92.5, windows 7 Minimum for Windows since 0.92.4, 0.92.3 Vista and XP last version | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.0.x" | 1.0.x | 4 May 2020 [65] | Transition to GTK3 and Python 3, customizable themes, better HiDPI screen support, controllable width of PowerStroke with pressure sensitive graphics tablet, new PNG export options, variable font support. [66] [67] [68] [69] [70] [71] Native support for MacOS 10.10–10.15 Catalina. [72] [73] Experimental color-managed PDF export, [74] last release 1.0.2 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.1.x" | 1.1.x | 24 May 2021 | Significant changes in core and GUI, only Python 3 extensions supported, improved live path effects (LPE), [75] [76] [77] last release 1.1.2 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.2" | 1.2 | 16 May 2022 | New Page tool for multiple pages, Layers and Objects dialog merged, improved gradient editor, ability to export to multiple formats, improved SVG Font Editor, new 'Tiling' Live Path effect, improved performance, bugfix and some changes in GUI, improved macOS integration. [78] [79] [80] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.2.1" | 1.2.1 | 14 July 2022 | Critical bugfix [81] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.2.2" | 1.2.2 | 5 December 2022 | Maintenance and critical bug fix. [82] Last version to support Windows 7 and 8. | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.3" | 1.3 | 23 July 2023 | New tools for shape building, pattern editor, document resources, page margin and bleed; return of Search, opacity & blend modes in Layers & Objects dialog and of an optional persistent snap bar; improved canvas editing, XML Editor, welcome dialog, LPE, PDF import, [83] public beta available [84] [85] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.3.1" | 1.3.1 | 18 November 2023 | Maintenance and bugfix to dedicate to its 20th anniversary [86] [87] | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.3.2" | 1.3.2 | 26 November 2023 | Fix data loss bugs from previous release, which affect saving stars, polygons, spirals and 3D boxes in SVG [88] | ||
class="templateVersion c swatch-latest" style="color: var(--color-base, #202122); " title="Latest version" data-sort-value="1.4" | 1.4 | 13 October 2024 | Filter gallery, modular grids, improvements to swatches dialog and palette file handling, unified font browser preview [89] [90] | ||
Legend: Old version Latest version Future version |
In its 2012 Best of Open Source Software Awards, InfoWorld gave Inkscape an award for being one of the best open-source desktop applications, commending its typographic controls and ability to directly edit the XML text of its documents. [91]
PC Magazine 's February 2019 review was rather mixed, giving the application three out of five. It criticized the interface's graphics and lack of optimization for stylus support, the application's poor interoperability with other graphics editors, unwieldy text formatting controls, and the quality of the Mac version. However, it did praise the ability to add custom filters and extensions, the Inkscape community's passion for creating and sharing them, and the precise path and placement tools. The review concluded that whilst Inkscape "boasts outstanding features and a passionate user base for a free program ... it's not suitable for busy professionals." [92]
In January 2020, TechRadar gave Inkscape a positive rating of four stars out of five. It lauded the wide range of editing tools and support for many file formats, but noted that the application's processing can be slow. It is considered Inkscape to be a good free alternative to proprietary graphics editors such as Adobe Illustrator. [93]
According to It's FOSS in July 2023, the 1.3 release of Inkscape mainly focuses on making the user's workflow more organized to work more efficiently, with some new features making it a better alternative to Adobe Illustrator. [94]
How did Inkscape start? […] Inkscape was started as a fork of Sodipodi, in late 2003, by four Sodipodi developers: Bryce Harrington, MenTaLguY, Nathan Hurst, and Ted Gould. Our mission was creating a fully compliant Scalable Vector Graphics (SVG) drawing tool written in C++ with a new, more user friendly (GNOME Human Interface Guidelines (HIG) compliant) interface and an open, community-oriented development process.
What does 'Inkscape' mean? [...] The name is made up of the two English words 'ink' and 'scape'. Ink is a common substance for drawings, and is used when the sketched work is ready to be permanently committed to paper, and thus evokes the idea that Inkscape is ready for production work. A scape is a view of a large number of objects, such as a landscape or ocean-scape, and thus alludes to the object-oriented nature of vector imagery.