Most active commenters
  • AlienRobot(3)

←back to thread

Inkscape 1.4 Released

(inkscape.org)
280 points s1291 | 18 comments | | HN request time: 0.25s | source | bottom
Show context
tetris11 ◴[] No.41873413[source]
The more I learn about the SVG spec, the more I understand the rationale of some of the UI decisions inkscape made, and the more impressed I am by how they implemented advanced techniques like shape union and intersection, clipping and masking.
replies(2): >>41874382 #>>41874729 #
1. AlienRobot ◴[] No.41874729[source]
From the little I know about SVG, I wish there was an open source alternative to Inkscape that didn't support standard SVG but used a proprietary format instead.

Almost everything you need to create vector art, SVG doesn't support.

Multiple outlines in a single shape? No. Varying thickness in an outline? No. Rounded corners on arbitrary vertices? No. Non-destructive boolean operations? No. I'm not even sure SVG supports paragraphs.

Many of these Inkscape implements as live filters, which are saved as SVG extensions in the XML .svg file that nobody but Inkscape can properly load.

SVG is ridiculously bad as a creation format. It's a good format to export to, but as a backend and it's just insane. It's like using a single PNG file as a backend for your multi-layer 128bpp raster project.

I use Inkscape a lot but I can't help but notice that the best vector art illustration come from Affinity Designer, Corel Draw, and Adobe Illustrator. If you compare the quality of artwork made with proprietary tools to those made with Inkscape, it's very clear that Inkscape severely limits what artists can achieve. You can easily create complex illustrations in other tools that would be a nightmare to manage in Inkscape. Just compare how you clip something in Inkscape to how you do it in Affinity. It's ridiculous how different the two workflows are.

replies(8): >>41874996 #>>41875026 #>>41875131 #>>41875637 #>>41875872 #>>41875900 #>>41875916 #>>41876228 #
2. n3storm ◴[] No.41874996[source]
Are you creatively crippled by not being able to create multiple outlines on a single shape on a file format that can be viewed in almost any device from here to eternity at no cost? Cause you know Michelangelo didn't use procreate in a iPad...do you?
replies(1): >>41875193 #
3. WillAdams ◴[] No.41875026[source]
There is Cenon:

https://cenon.info/

which runs well in Mac OS and Linux and for the basics has the basic vector editing capabilities which folks would expect.

replies(1): >>41875632 #
4. anthk ◴[] No.41875131[source]
Use Krita for art.
replies(1): >>41875360 #
5. MindSpunk ◴[] No.41875193[source]
And the cavemen drawing on walls before Michelangelo didn't have paintbrushes, complex pigments and cathedrals to paint on? Heaven forbid we make better tools.

Considering those operations are available in other vector art tools that aren't constrained by directly using SVG as the fundamental editing format it seems like a reasonable complaint.

replies(1): >>41875650 #
6. HKH2 ◴[] No.41875360[source]
Krita is not for vector art.
7. AlienRobot ◴[] No.41875632[source]
That's interesting but what can it do better than Inkscape?
8. bbkane ◴[] No.41875637[source]
You might look into https://graphite.rs/ . MS Paint is about my digital art interface complexity limit, but I do read Graphite's blog posts and their app sounds really attractive for more serious artists
replies(1): >>41875846 #
9. hinkley ◴[] No.41875650{3}[source]
This is my complaint about the current state of developer tools. You can buy beautiful tools to make a beautiful chest of drawers or a chair. We are, or at least were, trying to paint the Sistine Chapel with finger paints.

Maybe if we surrounded ourselves with beautiful and sensible tools it would be easier for us to write beautiful or sensible applications. Maybe there would be fewer dancing bears.

10. agnishom ◴[] No.41875846[source]
In what ways are they different from Inkscape? (My knowledge of Vector Editors is quite limited)
replies(1): >>41876378 #
11. sourcepluck ◴[] No.41875872[source]
I'm very ignorant in these areas, but if you don't mind me asking - how would using a proprietary format solve issues for Inkscape, or an imagined alternative to Inkscape?

Do all the others (AD, CD, AI) use some proprietary format that makes their life easier? Is there no better alternative to SVG on the open source side of things?

replies(2): >>41875884 #>>41876217 #
12. insane_dreamer ◴[] No.41875884[source]
Illustrator uses its own proprietary .ai format (which Inkscape can load IIRC)
13. omoikane ◴[] No.41875900[source]
> proprietary format

I also used CorelDraw for many years before moving on to Inkscape, and there were definitely some features that I still miss (e.g. better power clip behavior, blend shapes, etc). But I have came to appreciate Inkscape using SVGs because it allowed me to build my own tooling around it, I only needed libraries that can read and write XML.

SVG is maybe not the best format and Inkscape has many extensions that made their SVGs nonstandard (e.g. mesh gradient), but it is a fairly accessible format. I am not sure the gains promised by a proprietary format would be worth losing out on various SVG/XML tools.

14. billfruit ◴[] No.41875916[source]
How is clipping different in Affinity and in Inkskape? Having used only Inkscape and not Affinity, I don't find the workflow Inkskape is using problematic.
replies(1): >>41876075 #
15. AlienRobot ◴[] No.41876075[source]
In affinity, you have something like a layer window with all your shapes, similar to layer and objects in Inkscape. The "layers" work like groups, so if you drag one shape into another shape, it gets clipped.

So say you want to make something like a wall with a tunnel/cave and a road in it. You can draw a rectnagle, a circle, put the circle inside the rectangle and it's clipped, then use a triangle for the road and put it inside the circle and it's clipped.

In Inkscape you need to select both shapes and use clip group. Which shape clips which depends on which shape is above the other. I can't tell you which one sould be above, by the way, because I never remember it. If you want to clip one shape by another shape that is already inside a clipping group, you have another problem because you need to double click the group to be able to selected the clipped shape. The more layers of clipping you have, the more you have to double click.

The layer structure is also different. In Affinity, the shape itself is the group and occupies only 1 line in the layers window. In Inkscape, every clipping group creates 3 entries in the objects window. One for the group itself, one for the shape at the background, and one for the shapes being clipped. So in Inkscape you have something like:

g277 (this is the group)

-> circle

-> Clip

---> rectangle

In affinity you have:

rectangle

-> circle

16. Gigachad ◴[] No.41876217[source]
A proprietary format would allow doing anything, without having to worry about how other programs will support it.

There’s a conflict between what is needed to simply display images, and what is needed for an ideal editable document.

A web browser doesn’t need the complexity of non destructive Boolean operations, but an editor program does. It can all be exported to SVG at the end once it doesn’t need to be edited anymore. Things like variable thickness outlines can just be turned in to filled Bézier curve shapes that happen to be the shape of the outline.

17. wraptile ◴[] No.41876228[source]
All of the things you mentioned can be done in SVG and I've done all of these things before.

For multiple lines just duplicate your shapes and group or even join them. For varying thickness you can duplicate your shape and layer them. Rounded corners are supported on every vertice so I'm not sure where are you geting that.

18. pilaf ◴[] No.41876378{3}[source]
I haven't used Graphite, but from what I've seen it allows for non-destructive procedural editing using nodes (à la Blender), which Inkscape mostly doesn't do.