inkscape @ INKSCAPE_1_2
integrity
- size
- 69.5 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Released on 2022-05-16
Release highlights
- Inkscape documents can now hold multiple pages, which are managed by the new Page tool
- Editable markers and dash patterns
- Layers and objects dialog merged
- On-canvas alignment snapping and Snap settings redesign
- New 'Tiling' Live Path Effect
- Redesigned Export dialog with preview and ability to select objects/layers/pages and even multiple file formats to export to
- Import SVG images from Open Clipart, Wikimedia Commons and other online sources
- Selectable object origin for numerical scaling and moving
- All alignment options in a single dialog
- Gradient editing in the Fill and Stroke dialog
- Gradient dithering
- SVG Font Editor updated
- Flowing text around shapes and text padding
- Convenience Boolean operation for splitting paths
- Configurable Tool bar, continuous icon scaling and many more new customization options
- Performance gains for many parts of the interface and many different functions
- Lots of improvements to the user interface
- Numerous crash & bug fixes in the main Inkscape program and in in the stock extensions
- and so much more!
Full release notes on https://wiki.inkscape.org/wiki/index.php/Release_notes/1.2
download
unix · zip
curl -fL -o INKSCAPE_1_2.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_2.zip
printf '%s %s\n' 'b97be32c38bd11e48cf4b373193f77aafb4e877bd818b86cd81c47a3ca6409bb' 'INKSCAPE_1_2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_2.zip"
$out = "INKSCAPE_1_2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b97be32c38bd11e48cf4b373193f77aafb4e877bd818b86cd81c47a3ca6409bb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_2.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_2.tar.gz
printf '%s %s\n' 'c6446eeb7a61d4a5a4be9c54aa69331711c1992d75698ada09fc1f6a3ad0083a' 'INKSCAPE_1_2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_2.tar.gz"
$out = "INKSCAPE_1_2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c6446eeb7a61d4a5a4be9c54aa69331711c1992d75698ada09fc1f6a3ad0083a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_2.zip
printf '%s %s\n' 'b97be32c38bd11e48cf4b373193f77aafb4e877bd818b86cd81c47a3ca6409bb' 'INKSCAPE_1_2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_2.zip"
$out = "INKSCAPE_1_2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b97be32c38bd11e48cf4b373193f77aafb4e877bd818b86cd81c47a3ca6409bb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_2.tar.gz
printf '%s %s\n' 'c6446eeb7a61d4a5a4be9c54aa69331711c1992d75698ada09fc1f6a3ad0083a' 'INKSCAPE_1_2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_2.tar.gz"
$out = "INKSCAPE_1_2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c6446eeb7a61d4a5a4be9c54aa69331711c1992d75698ada09fc1f6a3ad0083a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| INKSCAPE_1_2.zip | zip | 69.6 MiB |
blake3-24 fff51d6ebff60da8f29654aa13496d9593b33f42cacee5a6
sha256 b97be32c38bd11e48cf4b373193f77aafb4e877bd818b86cd81c47a3ca6409bb
sha1 5ed3cdbec587f699fa062bbc183bf9413ee8ed2a
|
| INKSCAPE_1_2.tar.gz | tar.gz | 64.8 MiB |
blake3-24 35e7ca14108d609ce56d94b26ecb83f35971d89464513987
sha256 c6446eeb7a61d4a5a4be9c54aa69331711c1992d75698ada09fc1f6a3ad0083a
sha1 40e8c50b2395b3a7375686edf7b2f4a4268a7f85
|
install
bazel
http_archive(
name = "inkscape",
urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_2.tar.gz"],
integrity = "sha256-xkRu63ph1KWkvpxUqmkzFxHBmS11aYraCfwfajrQCDo=",
strip_prefix = "inkscape-INKSCAPE_1_2",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "inkscape",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_2.tar.gz"],
integrity = "sha256-xkRu63ph1KWkvpxUqmkzFxHBmS11aYraCfwfajrQCDo=",
strip_prefix = "inkscape-INKSCAPE_1_2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_2.tar.gz",