inkscape @ INKSCAPE_1_4
integrity
- size
- 81.2 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Release highlights
- Filter Gallery: it has never been so easy to find the best filter for your needs! This new dialog features previews, categories and search.
- Modular grids & improved axonometric grids: set the grid angle by ratio for isometric designs and use modular grids to plan layouts and make icons!
- Swatches dialog and palette file handling improved: quick access to dialog layout controls, search for colors, and open different palette file formats!
- Unified font browser preview: when activated in the preferences, use it to quickly browse through your font collection. Try it out and give your feedback!
- Customizable handles: Power users with CSS knowledge can now customize the styling and basic shape of all the handles!
- Fast image clipping with the Shape Builder: raster graphics can now be clipped into multiple sections using the Shape Builder.
- Affinity Designer File Import
- Support for internal links in exported PDF files
- A whole new icon set
- There's even more: faster extensions, new templates for folding booklets, additional options in Ruler and Taper Stroke LPE, new keyboard shortcuts, changed node deletion behavior, preview in Spray tool, many new command line options, more supported color palette formats (e.g. CIELAB, Adobe Color Book and Adobe Swatch Exchange), updated translations and many bug fixes.
download
unix · zip
curl -fL -o INKSCAPE_1_4.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.zip
printf '%s %s\n' '7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf' 'INKSCAPE_1_4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.zip"
$out = "INKSCAPE_1_4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_4.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.tar.gz
printf '%s %s\n' '19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e' 'INKSCAPE_1_4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.tar.gz"
$out = "INKSCAPE_1_4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.zip
printf '%s %s\n' '7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf' 'INKSCAPE_1_4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.zip"
$out = "INKSCAPE_1_4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.tar.gz
printf '%s %s\n' '19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e' 'INKSCAPE_1_4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.tar.gz"
$out = "INKSCAPE_1_4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| INKSCAPE_1_4.zip | zip | 81.3 MiB |
blake3-24 fc984a59830fa4201f31d798a406aebe8a733b98fdccefc1
sha256 7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf
sha1 3e2c239db8c5aa15c87d2a082a720579d01bc9e7
|
| INKSCAPE_1_4.tar.gz | tar.gz | 75.7 MiB |
blake3-24 fd6e23a80ae9ecb65d9ab120c97a1ec2bc564db804f94724
sha256 19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e
sha1 28ce499582b22022caeb5815312cf65996ae6b24
|
install
bazel
http_archive(
name = "inkscape",
urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.tar.gz"],
integrity = "sha256-GfP6XUzM0xNju3qla50mDfROmPWlJoFpFTAgtRP5844=",
strip_prefix = "inkscape-INKSCAPE_1_4",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "inkscape",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.tar.gz"],
integrity = "sha256-GfP6XUzM0xNju3qla50mDfROmPWlJoFpFTAgtRP5844=",
strip_prefix = "inkscape-INKSCAPE_1_4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.tar.gz",