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
Inkscape 1.4
71–80 of 133 posts
Re: Inkscape 1.4
#72I 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
Re: Inkscape 1.4
#73I 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
I used to use Xara Extreme and it's very fast, intuitive and handy mainly due its hybrid features. It's also used to be open source but not anymore:
Re: Inkscape 1.4
#74 Shape Builder
You can now tackle quick edits on raster (pixel) images within Inkscape using the Shape Builder tool. Load an image and select sections that you want to isolate.Re: Inkscape 1.4
#75Earlier 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…
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.
1) multiple outlines: with your strategy, you can no longer edit the shape as a single shape afterwards.
2) varying thickness: it sounds like you're thinking of thickness varying abruptly from one line segment to another, but remaining constant throughout one segment. I would like a feature where the stroke width varies continuously from one vertex to another, that is, get smoothly thicker or thinner.
3) you can only have rounded corners on every vertex or no vertex of a shape. You can't choose individually for each vertex.
I think these are all features that SVG would benefit from adding.
Re: Inkscape 1.4
#76Earlier quoted context omitted.
They were called Fireworks and Freehand. Sadly, they didn't survive Adobe's acquisition of Macromedia.
Serif's Affinity Designer was consciously modeled on Freehand, and Quasado became GraviT which likewise was inspired by Freehand.
Re: Inkscape 1.4
#77The 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…
Maybe Flash will become popular again at some point, so a well heeled enthusiast (or group of) could buy the source for the Flash Authoring tool from Adobe then release it as OSS. :)
(not holding my breath though)
Re: Inkscape 1.4
#78I 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
Is there any open source hybrid vector and bitmap drawing tool? I used to use Xara Extreme and it's very fast, intuitive and handy mainly due its hybrid features. It's also used to be open source but not anymore: http://www.xaraxtreme.org/
Re: Inkscape 1.4
#79Earlier quoted context omitted.
Is there any open source hybrid vector and bitmap drawing tool? I used to use Xara Extreme and it's very fast, intuitive and handy mainly due its hybrid features. It's also used to be open source but not anymore: http://www.xaraxtreme.org/
Krita is the big one.
Re: Inkscape 1.4
#80Earlier quoted context omitted.
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 an…
You are doing the mistake of associating open format with standard format, which really are orthogonal concepts. Open format means the format specification is published under an open license. A standard format is one whose specification is maintained by a standards organization/body/consortium. It happens that most open formats are or end up being maintained by a standard body out of convenience[1] and because people often publish them in the open with the hope it will also be used by others but it doesn't have to be. You as developer of application foo can publish the spec of your .bar format on foo's website under an open license and do the fuck you want with it while not being limited by the potential slowness of a standard governing body.
[1] mostly to avoid multiple incompatible forked versions of the format being used with the same name and confusing others.