1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Richard Hughes <richard@hughsie.com> -->
<component type="desktop">
<id>org.inkscape.Inkscape</id>
<launchable type="desktop-id">inkscape.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<translation type="gettext">inkscape</translation>
<name>Inkscape</name>
<summary>Vector Graphics Editor</summary>
<description>
<p>
An Open Source vector graphics editor, with capabilities similar to
Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector
Graphics (SVG) file format.
</p>
<p>
Inkscape supports many advanced SVG features (markers, clones, alpha blending,
etc.) and great care is taken in designing a streamlined interface.
It is very easy to edit nodes, perform complex path operations, trace
bitmaps and much more.
We also aim to maintain a thriving user and developer community by using
open, community-oriented development.
</p>
</description>
<url type="homepage">http://inkscape.org/</url>
<url type="bugtracker">https://inkscape.org/en/contribute/report-bugs/</url>
<url type="donation">https://inkscape.org/en/support-us/donate/</url>
<url type="help">https://inkscape.org/en/learn/books/</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/inkscape/a.png</image>
<_caption>Main application window</_caption>
</screenshot>
</screenshots>
<releases>
<release version="0.92.3" date="2018-03-23">
<description>
<ul>
<li>New command-line options to control page size when exporting to SVG</li>
<li>Support for left-to-right languages in the text tool</li>
<li>Improvements to the circle/ellipse/arc tool</li>
<li>Support for multi-line text when exporting to PDF+LaTeX</li>
<li>Many bugfixes</li>
<li>And many more! See the full list at http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3</li>
</ul>
</description>
</release>
<release version="0.92.2" date="2017-08-07">
<description>
<ul>
<li>Better importing and exporting of EMF/WMF files, PDF/PDF+Latex documents, Visio Stencil files, and XML files</li>
<li>Greater stability when printing on Windows</li>
<li>Improved fill and stroke HSL color selection</li>
<li>Greater stability when reverting and saving files</li>
<li>An additional handle at the center of rectangles, circles/ellipses, and stars, to allow quick and accurate alignment of these shapes with other objects</li>
<li>A command line option for updating the file's DPI value that allows for easier processing of large file collections</li>
<li>Improvements to user-defined shortcuts, including the acceptance of previously restricted special characters</li>
<li>Migration to Gitlab to make contribution easier. See https://inkscape.org/en/news/2017/06/10/inkscape-moves-gitlab/</li>
<li>And many more! See the full list at http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.1" />
</component>
|