Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Inkscape

From Wikipedia, the free encyclopedia
Vector graphics editor

This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
This article needs to beupdated. Please help update this article to reflect recent events or newly available information.(May 2023)
This articlerelies excessively onreferences toprimary sources. Please improve this article by addingsecondary or tertiary sources.
Find sources: "Inkscape" – news ·newspapers ·books ·scholar ·JSTOR
(January 2021) (Learn how and when to remove this message)
(Learn how and when to remove this message)
Inkscape
Inkscape 1.4 onLinux
Initial releaseNovember 6, 2003; 22 years ago (2003-11-06)[1]
Stable release
1.4.2[2] Edit this on Wikidata / 12 May 2025
Repository
Written inC++ withgtkmm,Python (extensions)
Operating systemFreeBSD,Linux,macOS,Windows
PlatformIA-32,x86-64
PredecessorSodipodi
Available in90 languages[3]
TypeVector graphics editor
LicenseGPL-2.0-or-later[4]
Websiteinkscape.org

Inkscape is afree and open-source softwarevector graphics editor released under aGNU General Public License (GPL) 2.0 or later. It is used for bothartistic andtechnical illustrations such ascartoons,clip art,logos,typography,diagrams, andflowcharts. It usesvector graphics to allow for sharp printouts and renderings at unlimited resolution and is not bound to a fixed number of pixels likeraster graphics.

Inkscape uses Scalable Vector Graphics (SVGs) as its mainfile format. It can import and export various file formats, includingAdobe Illustrator (AI),Encapsulated PostScript (EPS),PDF,PostScript (PS) andPNG.[5]

Inkscape canrender 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 linearcolor gradients, and their borders may be stroked, both with adjustable transparency. Embedding and optionaltracing ofraster graphics is also supported, enabling the editor to create vector graphics from photos and other raster sources. Created shapes can be further manipulated withgeometric transformations, such as moving, rotating, scaling, and skewing.

History

[edit]

Inkscape began in 2003 as acode fork of theSodipodi project.[6] Sodipodi, developed since 1999, was based onRaph Levien's GNOME Illustration Application (Gill).[7] One of the main priorities of the Inkscape project was interface consistency andusability by following theGNOME Human Interface Guidelines.[6]

Four former Sodipodidevelopers‌Ted Gould, Bryce Harrington, Nathan Hurst, andMenTaLguY‌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.[8]

Following the fork, Inkscape's developers changed the programming language fromC toC++; adopted theGTK toolkit C++ bindings (gtkmm); redesigned itsuser interface, and added a number of new features.[9] Inkscape fully implemented[10]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 supports theCascading Style Sheets (CSS) standard and extends the format with its own features like node-types and live path effects.

Since 2005, Inkscape has participated in theGoogle Summer of Code program.[11] Up until the end of November 2007, Inkscape'ssource code repository was hosted bySourceForge. Thereafter it moved toLaunchpad.[12] In June 2017, it moved toGitLab.[13]

Features

[edit]

Object creation

[edit]
Inkscape 0.48.2, showing a rectangle (selected with the select tool), an ellipse, a star and two text objects

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 likebarcodes, calendars, grids,gears, androulette curves (using thespirograph tool). These objects may be filled with solid colors, patterns, radial or linearcolor 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 creatingBézier curves, freehand drawing of lines (pencil), or calligraphic (brush-like) strokes which support agraphics tablet.[14]

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.

Symbollibraries enable Inkscape to use existing symbols likelogic-gate symbols orDOT pictograms. More libraries can be added as needed.[15]

Inkscape supportsimage 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.

Object manipulation

[edit]

Every object in the drawing can be subjected to arbitraryaffine 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.

TheZ-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.

TheCreate Tiled Clones tool allows symmetrical or grid-like drawings using variousplane symmetries.

Appearance of objects can be further changed by usingmasks andclipping 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.

Operations on paths

[edit]
This sectionmay contain an excessive amount of intricatedetail that may only interest a particular audience. Please help byspinning off orrelocating any relevant information, and removing excessive detail that may be againstWikipedia's inclusion policy.(January 2020) (Learn how and when to remove this message)

Inkscape has a comprehensive tool set to edit paths (as they are the basic element of a vector file):

  • Edit Path by Node tool: allows for the editing of single or multiple paths and or their associated node(s). There are four types of path nodes; Cusp (corner), Smooth, Symmetric, and Auto-Smooth. Editing is available for the positioning of nodes and their associated handles (angle and length) for Linear andBézier paths orSpiro curves. A path segment can also be adjusted. When multiple nodes are selected, they can be moved, scaled and rotated usingkeyboard shortcut or mouse controls.[16] More nodes can be inserted into paths at arbitrary or even placements, and an effect can be used to insert nodes at predefined intervals. When nodes are deleted, the handles on remaining ones are adjusted to preserve the original shape as closely as possible.
  • Tweak tool (sculpting/painting): provides whole object(s) or node editing regions (parts) of an object. It can push, repel/attract, randomize positioning, shrink/enlarge, rotate, copy/delete selected whole objects. With parts of a path you can push, shrink/enlarge, repel/attract, roughen edges, blur and color. Nodes are dynamically created and deleted when needed while using this tool, so it can also be used on simple paths without pre-processing.
  • Path-Offsets; Outset, Inset, Linked or Dynamic: can create a Linked or Dynamic (unlinked) Inset and or an Outset of an existing path which can then be fine tuned using the given Shape or Node tool. Creating a Linked Offset of a path will update whenever the original is modified. Making symmetrical (i.e., picture frame) graphics easier to edit.
  • Path-Conversion; Object to Path: conversions of Objects; Shapes (square, circle, etc.) or Text into paths.
  • Path-Conversion; Stroke to Path: conversions of the Stroke of a shape to a path.
  • Path-Simplify: a given path's node count will reduce while preserving the shape.
  • Path-Operations (Boolean operations): use of multiple objects to Union, Difference, Intersection, Exclusion, Division, and Cut Path.

Inkscape includes a feature calledLive 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.

File formats

[edit]
This article needs to beupdated. The reason given is: Inkscape supports more formats. Please help update this section to reflect recent events or newly available information.(January 2020)

Inkscape's primary format isSVG 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 CSS standard internally. Inkscape's implementation of SVG and CSS standards is incomplete. Most notably, it does not supportanimation natively.[17] Inkscape has multilingual support, particularly forcomplex 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.[18]

Inkscape file format support[19]
Format nameImportExport
Adobe Illustrator Artwork (AI)native
CorelDRAW (CDR, CDT, CCX, CMX)native
Microsoft Visio (VSD, VSDM, VSDX, VDX)native
Portable Document Format (PDF)nativenative
compressed SVG (SVGZ)native
JPEGnativewith extension
PNGnativenative
GIFnative
BMPnative
Computer Graphics Metafile (CGM)withUniConvertor
Encapsulated PostScript (EPS)withGhostscriptnative
PostScript (PS)withGhostscriptnative
SK1withUniConvertor
Affinity Designer (AFDESIGN)with extension[20]
Linearity Curve (CURVE, VECTORNATOR)with extension[21]
Sketchwith extension
Scalable Vector Graphics (SVG)nativenative
Xfig (FIG)with extension
Flash XML Graphics (FXG)native
Hewlett-Packard Graphics Language (HPGL)native
HTML5canvas elementnative
LaTeX (TeX)native
Synfig (SIF)native
Extensible Application Markup Language (XAML)native

Other features

[edit]
  • XML Editor for direct manipulation of the SVG XML structure
  • Support forSVG filter effects
  • Editing ofResource Description Framework (RDF), aWorld Wide Web Consortium (W3C) metadata information model
  • Command-line interface, exposes format conversion functions and full-featured GUI scripting
  • More than sixty interface languages
  • Extensible to new file formats, effects and other features
  • Mathematical diagramming, with various uses ofLaTeX[22]
  • Experimental support for scripting
  • lib2Geom is now also external usable. 2Geom is a computational geometry library, originally developed for Inkscape. While developed for Inkscape, it is a library that can be used from any application. It provides support for basic geometric algebra, paths, distortions, Boolean operations, plotting implicit functions,non-uniform rational B-spline (NURBS) and more. 2Geom is free software released under LGPL 2.1 or MPL 1.1.[23][24]

Extensions

[edit]

Ink/Stich

[edit]

Ink/Stitch is an addon designed to add stitching tools formachine embroidery into Inkscape. Its available as an installable extension, but also as a custom Inkscape package.[25]

Ray Optics

[edit]

Ray Optics is an extension adding optics design and analyzing features to Inkscape.[26]

See also:Aber (software),Optics Software for Layout and Optimization, andZemax

Platform support

[edit]

The latest version of Inkscape 1.0.x (and older line 0.92.x) is available forLinux,Windows 7+, andmacOS 10.11–10.15 platforms.[27] Inkscape is packaged with AppImage, Flatpak, PPA, Snap and source by all majorLinux distributions (includingDebian,Ubuntu,Fedora,OpenSUSE) with GTK+ 3.24+ (0.92.x with GTK+ 2.20+ for older Linux).[28][29]

Inkscape can also be installed viaFreeBSD ports andpkgsrc, the latter being native to NetBSD, but well-supported on mostPOSIX platforms, includingGNU/Linux,Illumos, andmacOS.

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.[30][needs update]

macOS

[edit]

An issue had affected all GTK3-based apps onmacOS Ventura (macOS 13), making the app unresponsive to certain mouse events.GTK is used by many different programs. GTK is afree and open-sourcecross-platform softwarewidget toolkit for creatinggraphical user interfaces (GUIs).[31] 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.[32] These issues were fixed from version 1.3.

Most of the compatibility issues withApple 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.[33]

Release history

[edit]
VersionRelease dateNotable features, changes
Unsupported: 0.3511 November 2003Initial release of Inkscape based on Sodipodi 0.32, new keyboard shortcuts[34]
Unsupported: 0.3611 December 2003GUI redesign and improved usability[35]
Unsupported: 0.3716 February 2004[36]Boolean path operations and path inset/outset, major code refactoring[37]
Unsupported: 0.3812 April 2004[38]Text kerning and letter spacing, multi-stage gradients[39]
Unsupported: 0.3920 July 2004[40]Markers, clones, and pattern fills[41]
Unsupported: 0.4030 November 2004[42]Multi-layer support, bitmap tracing (only greyscale), and text on path[43]
Unsupported: 0.4110 February 2005Clone tiler tool and color bitmap tracing[44]
Unsupported: 0.4226 July 2005Flowing text support, styling text spans, enhanced effects support, and the new gradient tool[45]
Unsupported: 0.4319 November 2005Connector tool,collaborative editing, tablet pressure/angle sensitivity[46]
Unsupported: 0.4424 June 2006Layers panel, support for clipping and masking, PDF export with transparency[47]
Unsupported: 0.455 February 2007Gaussian blur, pattern along path, new Undo History panel, improved bitmap tracing usingsimple interactive object extraction, color effects[48]
Unsupported: 0.4624 March 2008Docking 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 theOpen Clip Art Library, and OpenType/PostScript and Type1 font support[49]
Unsupported: 0.4724 November 2009Eraser 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 toBraille", basic support forSVG fonts[50]
Unsupported: 0.48.x23 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[51][52][53][54][55][56]
Unsupported: 0.9130 January 2015[57]Switched from libnr toCairo rendering library, which significantly improved rendering speed.[58] 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).[59][60]
Unsupported: 0.92.x4 January 2017[61]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,[62][63][64][65] last release 0.92.5, windows 7 Minimum for Windows since 0.92.4, 0.92.3 Vista and XP last version
Unsupported: 1.0.x4 May 2020[66]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.[67][68][69][70][71][72] Native support for MacOS 10.10–10.15 Catalina.[73][74] Experimental color-managed PDF export,[75] last release 1.0.2
Unsupported: 1.1.x24 May 2021Significant changes in core and GUI, only Python 3 extensions supported, improved live path effects (LPE),[76][77][78] last release 1.1.2
Unsupported: 1.216 May 2022New 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.[79][80][81]
Unsupported: 1.2.114 July 2022Critical bugfix[82]
Unsupported: 1.2.25 December 2022Maintenance and critical bug fix.[83] Last version to support Windows 7 and 8.
Unsupported: 1.323 July 2023New 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,[84] public beta available[85][86]
Unsupported: 1.3.118 November 2023Maintenance and bugfix to dedicate to its 20th anniversary[87][88]
Unsupported: 1.3.226 November 2023Fix data loss bugs from previous release, which affect saving stars, polygons, spirals and 3D boxes in SVG[89]
Unsupported: 1.413 October 2024Filter gallery, modular grids, improvements to swatches dialog and palette file handling, unified font browser preview[90][91]
Unsupported: 1.4.1Planned but not released due to significant late‑breaking bug with new features later folded into version 1.4.2 [92][93]
Latest version:1.4.212 May 2025Maintenance and bugfix release with some new minor features [92][94]
Future version: 1.5TBADevelopment snapshot available from Inkscape, release schedule not announced as of 13 May 2025[update]
Legend:
Unsupported
Supported
Latest version
Preview version
Future version

Reception

[edit]

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.[95]

PC Magazine's February 2019 review gave the application three out of five stars; criticizing the interface graphics, the lack of optimization for stylus support, the application's poor interoperability with other graphics editors, unwieldy text formatting controls, and the quality of theMacOS version. However, the review did praise the ability to add custom filters, extensions, and the Inkscape community's passion for creating and sharing them. Further, the precision of both the path and placement tools was regarded positively. The review concluded that while Inkscape "boasts outstanding features and a passionate user base for a free program ... it's not suitable for busy professionals."[96]

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 considered Inkscape to be a good free alternative to proprietary graphics editors such asAdobe Illustrator.[97] Similarly in July 2023, the Linux weekly newsletterIt's FOSS stated Inkscape has become a direct competitor to Adobe Illustrator after the 1.3 version release of Inkscape, which sought to improve efficiency through overhauled user workflows.[98]

Gallery

[edit]
  • Screenshots
  • Splash page for v0.45
    Splash page for v0.45
  • Main window
    Main window
  • File menu
    File menu
  • Edited an old SVG File
    Edited an old SVG File
  • Graphics created with Inkscape
  • Cathedral plan
    Cathedral plan
  • PlayStation 3
  • Floral drawing
    Floral drawing
  • Simple Smile
    Simple Smile
  • Manga drawing
    Manga drawing
  • Raster to vector comparison
    Raster to vector comparison
  • Delivery vehicle
    Delivery vehicle

See also

[edit]

References

[edit]
  1. ^"Announcement Email 2003-11-06 07:16:26 (UTC)". SourceForge. 2 November 2023. Archived fromthe original on 11 December 2015. Retrieved2 November 2023.
  2. ^"2-in-1 release – Inkscape 1.4.2 is out!". 12 May 2025. Retrieved13 May 2025.
  3. ^"List of language files at time of release of version 0.92.3 – gitlab.com repository". Inkscape. 8 March 2018. Retrieved28 March 2018.
  4. ^"Copying in Inkscape source". Retrieved15 October 2018.
  5. ^"About Inkscape".Inkscape.org. Retrieved2 June 2023.
  6. ^ab"FAQ".Inkscape.org. Retrieved5 May 2020.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.
  7. ^"Linux.com Interviews Lauris Kaplinski". Linux.com. 24 September 2001. Archived fromthe original on 18 May 2005. Retrieved9 December 2015.
  8. ^"Announcing new project (sodipodi mailing list)". 6 November 2003. Retrieved9 December 2015.
  9. ^"Inkscape Sodipodi Comparison". Retrieved9 December 2015.
  10. ^Developers, Inkscape Website."About SVG | Inkscape".inkscape.org. Retrieved24 March 2025.
  11. ^"Google's Summer of Code".Inkscape.org Wiki. Archived fromthe original on 4 July 2007.
  12. ^"Inkscape moving to Launchpad".
  13. ^"Inkscape moves to GitLab".
  14. ^"Inkscape tutorial: Calligraphy".Inkscape.org. Retrieved26 December 2019.
  15. ^"SymbolsDialog".Inkscape.org Wiki. Retrieved3 July 2016.
  16. ^"Inkscape Keyboard Layout".openclipart.org. creative commons. Retrieved3 May 2016.
  17. ^"Animation".Inkscape. Retrieved18 June 2017.
  18. ^"Release notes/1.0".Inkscape.org Wiki.
  19. ^"FAQ".Inkscape.org.
  20. ^Developers, Inkscape Website."Inkscape 1.4 Release Notes | Inkscape".inkscape.org. Retrieved1 April 2025.
  21. ^Developers, Inkscape Website."Inkscape 1.4.2 Release Notes | Inkscape".inkscape.org. Retrieved24 September 2025.
  22. ^"Extension repository".Inkscape.org Wiki. Retrieved22 October 2009.
  23. ^"inkscape/lib2geom". 18 December 2019 – via GitHub.
  24. ^"Graphics Math Library 2geom's First Release Available For Use Beyond Inkscape".Inkscape.org. 11 November 2018.Archived from the original on 7 November 2023.
  25. ^inkstitch/inkstitch, Ink/Stitch
  26. ^Bloch, Damien,damienBloch/inkscape-raytracing
  27. ^"All Platforms for Inkscape 1.0".Inkscape.org. Retrieved6 May 2020.
  28. ^"Introducing Inkscape 1.0".Inkscape.org.
  29. ^"Inkscape 1.0 Theming Guide – Beyond the Basics – Inkscape Forum".
  30. ^"Linux Tablet Driver Project Revived".Inkscape.org.
  31. ^The GTK+ Team."GTK+ Features". Archived fromthe original on 25 May 2019. Retrieved8 September 2014.
  32. ^"Download Inkscape 1.2.2".Inkscape.org. Retrieved14 May 2023.
  33. ^"Website download for macOS version should specify Apple Silicon (#10402): Issues: Inkscape: Inbox".GitLab. 4 July 2024. Retrieved4 July 2024.
  34. ^Harrington, Bryce (11 November 2003)."[Inkscape] Inkscape Release 0.35".inkscape-announce (Mailing list). Retrieved5 January 2020.
  35. ^Gould, Ted (11 December 2003)."[Inkscape] Inkscape 0.36 – "See, even a 5 year old can use it."".inkscape-announce (Mailing list). Retrieved9 January 2020.
  36. ^Harrington, Bryce (16 February 2004)."[Inkscape] Announcing Inkscape 0.37 Release".inkscape-announce (Mailing list). Retrieved9 January 2020.
  37. ^"Download Inkscape 0.37".Inkscape.org.
  38. ^Harrington, Bryce (12 April 2004)."[Inkscape] Announcing Inkscape 0.38 Release".inkscape-announce (Mailing list). Retrieved9 January 2020.
  39. ^"Download Inkscape 0.38.1".Inkscape.org.
  40. ^Gould, Ted (20 July 2004)."[Inkscape] Inkscape 0.39".inkscape-announce (Mailing list). Retrieved9 January 2020.
  41. ^"Download Inkscape 0.39".Inkscape.org.
  42. ^Harrington, Bryce (30 November 2004)."[Inkscape] Announcing Inkscape 0.40 Release".inkscape-announce (Mailing list). Retrieved9 January 2020.
  43. ^"Download Inkscape 0.40".Inkscape.org.
  44. ^"Download Inkscape 0.41".Inkscape.org.
  45. ^"Download Inkscape 0.42".Inkscape.org.
  46. ^"Download Inkscape 0.43".Inkscape.org.
  47. ^"Download Inkscape 0.44.1".Inkscape.org.
  48. ^"Download Inkscape 0.45.1".Inkscape.org.
  49. ^"Download Inkscape 0.46".Inkscape.org.
  50. ^"Download Inkscape 0.47".Inkscape.org.
  51. ^"Download Inkscape 0.48".Inkscape.org.
  52. ^"Download Inkscape 0.48.1".Inkscape.org.
  53. ^"Download Inkscape 0.48.2".Inkscape.org.
  54. ^"Download Inkscape 0.48.3.1".Inkscape.org.
  55. ^"Download Inkscape 0.48.4".Inkscape.org.
  56. ^"Download Inkscape 0.48.5".Inkscape.org.
  57. ^"Inkscape Version 0.91 is Released!".inkscape.org.
  58. ^"Release notes/0.91".Inkscape.org Wiki. Retrieved15 August 2015.
  59. ^"Release notes for 0.91".wiki.inkscape.org.
  60. ^"Download Inkscape 0.91".Inkscape.org.
  61. ^"Inkscape Version 0.92 is Released!".inkscape.org.
  62. ^"Release notes for 0.92".wiki.inkscape.org.
  63. ^"Download Inkscape 0.92.1".Inkscape.org.
  64. ^"Inkscape 0.92.2 Delivers Greater Stability and Easier Contributions".Inkscape.org.
  65. ^"Download Inkscape 0.92.2".Inkscape.org.
  66. ^"Introducing Inkscape 1.0".Inkscape.org. Retrieved4 May 2020.
  67. ^"Notice of removal of GTK+ 2 support".Inkscape.org Wiki.
  68. ^"GTK+ 3 migration".Inkscape.org Wiki.
  69. ^"GTK+ 3 issues".Inkscape.org Wiki., no uniconverter support with less Import filters
  70. ^"Download Inkscape 1.0.1".Inkscape.
  71. ^"Download Inkscape 1.0alpha0".Inkscape.org.Archived from the original on 7 November 2023.
  72. ^"Release notes/1.0".Inkscape.org Wiki.
  73. ^"Download Inkscape 1.0beta2".Inkscape.org.
  74. ^"Inkscape 1.0 beta1 available for testing".Inkscape.org.
  75. ^"Inkscape version 1.0.1 patches crashes & bugs".Inkscape.org.
  76. ^"Release notes/1.1".Inkscape.org Wiki.
  77. ^"Download Inkscape 1.1".Inkscape.org.
  78. ^"Welcome to Inkscape 1.1!".Inkscape.org. 24 May 2021.Archived from the original on 7 November 2023.
  79. ^"Download Inkscape 1.2".Inkscape.org. 16 May 2022.Archived from the original on 2 February 2024.
  80. ^"Inkscape adds multi-page support with v1.2".www.theregister.com. Retrieved28 May 2022.
  81. ^"Release notes/1.2".Inkscape.org Wiki.
  82. ^"Important Release of Inkscape version 1.2.1 fixes data loss and crash issues".Inkscape.org.
  83. ^"Inkscape 1.2.2 Release Notes".Inkscape.org.
  84. ^"Release notes/1.3".Inkscape.org Wiki.
  85. ^"Inkscape reveals tools for organizing efficiently in beta version of 1.3".Inkscape.org. Retrieved10 June 2023.
  86. ^"Download Inkscape 1.3beta0".Inkscape.org.
  87. ^"Download Inkscape 1.3.1".Inkscape.org.
  88. ^"Inkscape Celebrates 20 Years with New Release".
  89. ^"Inkscape 1.3.2 solves data loss bug in previous release".
  90. ^"Inkscape launches version 1.4, with powerful new accessible and customizable features".Inkscape.org. 13 October 2024. Retrieved13 October 2024.
  91. ^"Inkscape 1.4 Release Notes".Inkscape.org. 13 October 2024. Retrieved13 October 2024.
  92. ^ab"2-in-1 release – Inkscape 1.4.2 is out!".Inkscape.org. 12 May 2025. Retrieved13 May 2025.
  93. ^"Inkscape 1.4.1 Release Notes".Inkscape.org. Retrieved13 May 2025.
  94. ^"Inkscape 1.4.2 Release Notes".Inkscape.org. 12 May 2025. Retrieved13 May 2025.
  95. ^Wayner, Peter (18 September 2012)."Bossies 2012: The Best of Open Source Software Awards".InfoWorld. Retrieved18 January 2020.
  96. ^Tupper, Shelby (28 February 2019)."Inkscape Review".PC Magazine. Retrieved18 January 2020.
  97. ^Ellis, Cat (26 July 2017)."Inkscape review".TechRadar. Retrieved18 January 2020.
  98. ^Rudra, Sourav (25 July 2023)."Inkscape 1.3 Release: New Features Make it a Better Rival to Adobe Illustrator!".itsfoss.com. Archived fromthe original on 25 July 2023. Retrieved25 July 2023.

Further reading

[edit]

External links

[edit]
Wikimedia Commons has media related toInkscape.
Wikibooks has more on the topic of:Inkscape
Wikiversity has learning resources aboutInkscape
Core
Applications
Extras
Development
Office
Graphics
Internet
Media
Games
Utilities
Components
User interface
GNOME 40
  • Mutter on GSK
GNOME 3
GNOME 2
GNOME Base
freedesktop.org
Community
People
Free and open-source
Proprietary
Discontinued
General
Software
packages
Community
Organisations
Licenses
Types and
standards
Challenges
Related
topics
International
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Inkscape&oldid=1322729439"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp