Live data from Hacker News

Inkscape 1.4

inkscape.org

61–70 of 133 posts

Re: Inkscape 1.4

#61
Inkscape is one of the best and most important tools in my arsenal. From creating and editing vectors for use with a laser cutter to designing icons when tools like Illustrator are too expensive and alternatives like ChatGPT fall short, Inkscape never ceases to amaze me with its capabilities. It's remarkable how well this open-source, free application performs. Thank you, Inkscape, for being one of the most reliable and impressive apps I know!

Re: Inkscape 1.4

#62

Earlier quoted context omitted.

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 suppo…

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?

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.

Re: Inkscape 1.4

#63
post #8

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.

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 suppo…

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.

Re: Inkscape 1.4

#64
post #5

I love Inkscape. I’ve been using it for 20 years. But it boggles my mind how it’s still so horribly laggy on macOS. At least they got rid of the Xquartz dependency though.

They’ve historically been quite open about needing help on the macOS front. For example, https://inkscape.org/news/2021/06/22/seeking-macos-dev-contr...

I’d imagine there just isn’t a huge group of people who work on foss software, and use Mac.

I’ve noticed that just in general foss apps which work great on Linux, are often broken on macOS.

Re: Inkscape 1.4

#65
post #57

I love Inkscape so much. I use it every other week to make presentations, slides or just simple graphics when I need it. I illustrated my thesis with it. Another piece of 2D vector software that I use and recommend is Graphite [1]. It too is open source. Graphite has nodes and can be procedural in nature. Have them both in your graphics toolbox. [1] https://github.com/GraphiteEditor/Graphite

If you've not, please donate x

Re: Inkscape 1.4

#66
post #47

Earlier quoted context omitted.

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

In what ways are they different from Inkscape? (My knowledge of Vector Editors is quite limited)

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.

Re: Inkscape 1.4

#67
post #5

I love Inkscape. I’ve been using it for 20 years. But it boggles my mind how it’s still so horribly laggy on macOS. At least they got rid of the Xquartz dependency though.

For me it's gotten a lot better since one or two versions ago. There's still some lagginess, but it's nowhere near the horror show that it used to be, and they fixed some excruciating screen resolution issues as well. I used to avoid Inkscape on macOS like the plague, now I can use it fairly comfortably.

Re: Inkscape 1.4

#68

Earlier quoted context omitted.

They’ve historically been quite open about needing help on the macOS front. For example, https://inkscape.org/news/2021/06/22/seeking-macos-dev-contr...

I’d imagine there just isn’t a huge group of people who work on foss software, and use Mac. I’ve noticed that just in general foss apps which work great on Linux, are often broken on macOS.

Yeah, happened to GIMP as well, for a while they didn't have anyone in charge of macOS builds, so they just skipped the platform for a few releases.

Re: Inkscape 1.4

#69
post #8

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.

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 suppo…

> No. I'm not even sure SVG supports paragraphs.

SVG 1.1 does not support wrapping (textflow). There are posts in stack-overflow on how to use a foreignObject (HTML) inside SVG to do the line wrapping.

SVG 1.2 apparently supports but I have never used it so I don't know.

Re: Inkscape 1.4

#70
post #8

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.

Yes, it is very important for learning Inkscape to understand that Inkscape is a SVG editor, but not for common graph editor.
Post reply on HN