Inkscape é a alternativa Linux para CorelDRAW, Adobe Illustrator, Affinity Designer dentre outros, confira as novidades e correções desse lançamento para ver se ele se tornou uma alternativa real para você acostumados com oa APP Windows.
Inkscape
Inkscape é um software livre para editoração eletrônica de imagens e documentos vetoriais, com base numa versão mais avançada do antigo Sodipodi no qual teve origem. Trata-se assim de um fork considerado de sucesso. Wikipédia
Inkscape 1.0.1
O anúncio foi feito recentemente por seus desenvolvedores para a versão Stable.
"O Inkscape 1.0.1 é principalmente uma versão de estabilidade e correção de bugs. Ele também vem com alguns novos recursos que não eram estáveis o suficiente para entrar no Inkscape 1.0."
Novidades:
- Exportação de PDF com gerenciamento de cores usando Scribus para suporte a CMYK.
- Seletores e diálogo CSS visíveis.
- Liste todas as cores em um documento.
- Nova opção de preferências para limitar o corte de tela durante a edição.
- Outras pequenas melhorias.
Correções
Crash fixes
Fix a crash …
… when applying Offset LPE to groups (Commit)
… when closing Inkscape while the filter editor dialog is open (Commit)
… with some cursor themes that do not contain an upward arrow cursor (Commit)
… when the file to open does not exist (Commit)
… when resizing a document with a grid, when the document properties dialog is closed (Commit)
… when opening a malformed pdf where the selected page does not exist (Commit)
… when creating a clone of / opening a file with a symbol from an object with a CSS style (Commit)
… when exporting an object identified by its ID to SVG from the command line (Commit)
… when using the dropper tool a lot (Commit)
… when trying to open Inkscape's stock filters file with the Inkscape flatpak version (Commit)
Other Bug fixes
Packaging
AppImage now comes with Python 3.8 (Commit)
Snap now uses the system's font cache and thus finds all installed fonts (Commit). Additionally, it can now make use of extensions with custom user interfaces (e.g. InkStitch) (Commit)
Canvas
The zoom correction factor no longer depends on the display unit, so correction works properly for documents that are not in mm (Commit)
Dialogs
The document properties dialog can now be resized even if one is using display scaling on a hidpi screen on Linux
Rendering
Zooming no longer causes artifacts when there is a path with an arc segment with a radius of 0 in the drawing (Commit)
Tools
3D-box tool:
Keyboard shortcuts for changing angles in the 3D-box tool were adjusted to work as documented, even with the Y-axis inverted (Commit)
Circle tool:
Duplicated circles are now closed properly (Commit)
Eraser tool:
The mass value field is no longer greyed out and can be used (Commit)
Gradient tool:
Simplifying selected gradient stops with Ctrl+L works now (Commit)
Node tool:
Path > Reverse now works on subpaths again (Commit)
Pencil tool:
The 'flatten simplify (LPE)' button now only shows up when it can be used (Commit)
Selector tool:
Keyboard shortcuts with Alt key for rotating objects also work as documented again with the Y-axis inversion (Commit)
Objects no longer seemingly jump or scale up when moving multiple of them with snapping turned on (Commit)
Default snap delay was set to 0 so snapping will work more precisely (Commit)
Text tool:
Line height doesn't change spontaneously when switching tools while having text selected (Commit)
Import / Export / Save
when saving as PDF / PS / EPS + LaTeX, % signs are now properly escaped (Commit)
the dpi value for exporting to PNG can be specified as a decimal number again
attribute order is no longer reversed when saving as SVG, so comparing two SVG files is easier now (Commit)
Masking / Clipping
When releasing or undoing a mask, objects will no longer become unselectable and will use their own bounding box (Commit)
Live Path Effects
LPE selection dialog looks better now with some desktop themes (Commit)
Clone original LPE items now get the cloned or linked item's style by default instead of starting with a black fill. A regression that made it impossible to use text elements as source was fixed. Transforms (moving, stretching, shearing) are handled correctly now. (Commit)
Fill between many: option 'fuse coincident points' has been replaced with good defaults (Commit)
The Knot LPE allows to switch the direction of self-crossings
The Knot LPE allows to switch the direction of self-crossings (Commit)
When using the PowerStroke LPE with the join type 'extrapolated arc', the corners no longer have a dent, but are smooth again (Commit)
Roughen LPE now works more reliably (Commit)
Inkscape no longer becomes unresponsive when selecting an object that is used for the Pattern-Along-Path LPE (Commit)
Performance
Inkscape no longer becomes unresponsive when opening a document with lots of style tags in it (Commit)
Extensions
General
Relative paths to linked images no longer break when using an extension (Commit)
Path elements are now transformed correctly when applying transformation matrices to them (Commit)
Text element coordinates are now interpreted correctly, even if they use a different unit than px (Commit) and their (guessed) bounding boxes now consider transforms
Extensions that adjust colors now work on groups again (Commit)
Specific extensions
Plot extension and HPGL Output extension no longer have an option to automatically convert objects to path, this is now always done (except for texts) (Commit).
When switching plotter pens using the HPGL output extension, the plotter no longer makes a dot with the new pen at the end of the old pen's line (Commit). The extension now works with multiple pens (marked by their layer name in Inkscape) again (Commit).
The Interpolate extension now works with the tutorial files again (Commit).
The extension Render > Barcode > Datamatrix now renders 64 x 64 datamatrices correctly (Commit).
Rendering a 3D Polyhedron no longer gives deprecation warnings (Commit).
The Measure Path extension now also works when the Help tab is open when clicking on Apply (Commit
Color > Randomize extension now works correctly for the Hue and Lightness parameters
The unnecessary Live preview was removed from the Interactive Mockup extension (Commit)
The Perspective / Envelope extension now considers transforms (Commit).
The Hershey text extension fonts now contain letters needed to plot in Danish (Commit). Additionally, the extension can now better handle line heights (Commit).
Extension failure fixes
Fix a failure …
… when exporting a document with unknown SVG tags to HTML5 canvas (Commit)
… when trying to access a document node with an unknown tag (Commit)
… when trying to import a dxf file with a circle / ellipse (Commit)
… when using the Perfect Bound Cover extension (Commit)
… when using the Mesh Gradient to Path extension (Commit)
… when using the JessyInk extension (Commit).
… when using the DPI Switcher extension (Commit)
Extension API changes / Improvements for Extension Developers
Shape objects now have an is_visible method (Commit)
Documentation extended and improved (Commit, []https://gitlab.com/inkscape/extensions/-/commit/9b21776f7c3d746911dac7305b8e1f2a08e38b70 Commit], Commit, Commit)
Use an underscore in front of the name attribute value to mark things that do not need to be available in the .py file (Commit)
Shape coordinates are now reported in user units (Commit)
inkex.addNS() is no longer required, attributes like inkscape:groupmode can now be used directly, too (Commit)
added method getElementByName() to get an object by Inkscape label (Commit)
added method getElementsByClass() to get objects by their class name (Commit)
added method to create Star shapes (Commit)
Upcoming deprecations (1.1 will issue a warning, while both the old and the new version will just work in 1.0.1):
See https://gitlab.com/inkscape/extensions/-/commit/4838d285b01106d243399e6bf36e7956a291eb98
Filters
Changes to filter region handles are now saved to the file (Commit)
Templates
The same file can now be used to create multiple template files (Commit)
Markers
Custom markers are now no longer cut off when viewed in a web browser (Commit)
Color management
When using color management, the color selector works again (Commit)
Command line
the pre-1.0 options --export-[type]=, --file= and --without-gui= now have a fallback and print out a warning (Commit)
when converting a pdf to svg on the command line, the poppler text import method no longer changes randomly (Commit)
opening files with Windows drive paths (with colons) works again (Commit)
background color is now exported to PNG when using --export-background even when --export-background-opacity is not set explicitly (Commit)
the tab key can now be used to automatically complete Inkscape command line commands in a Linux terminal (bash completion) (Commit)
in command line arguments, "0" and "1" had been inverted. They now mean the correct thing (0 = False, 1 = True) (Commit)
Even more bug fixes
There were even more issues fixed than those listed above, but these probably only affect a small portion of users, or are relevant for development and packaging only.
For a complete list, visit our GitLab issue tracker and see the commit history (all changes since DATE until release date).
Fonte
Instalação
Instale com o comando para a sua distribuição.
Para Arch Linux e Manjaro
sudo pacman -S inkscape scribus
Para Debian e Ubuntu
sudo apt install inkscape scribus
Para Fedora
sudo dnf install inkscape scribus
Para openSUSE
sudo zypper install inkscape scribus
Provavelmente na sua distribuição ainda não ira ter a versão 1.0.1, para ter ela pode instalar pelo empacotamento Snap.
Adicione suporte a snap instalando o snapd.
Feito isso instale o Inkscape com o comando.
snap install inkscape
Execute com o comando.
snap run inkscape
Ai está.
Comentários
Postar um comentário
olá, seja bem vindo ao Linux Dicas e suporte !!