|
|
|
|
|
by jarek-foksa
822 days ago
|
|
> Inkscape is passable but aspects like filters are obtuse to use and that's largely because it's trying to be a good compliant SVG editor and not necessarily a good vector graphics editor. It is actually possible to build an intuitive UI for filters while staying compliant with SVG. You just have to abstract away the low level SVG primitives ("feColorMatrix", "feComponentTransfer", etc.) with user-friendly presets such as "Sepia" or "Drop shadow". I actually created a mockup for such UI in Inkscape long time ago [1] and I eventually implemented it in Boxy SVG [2]. Advanced filter editing could be improved by switching from tree-based to node-based UI, in similar fashion to e.g. Jasc WebDraw [3]. [1] https://wiki.inkscape.org/wiki/SpecSimpleFiltersUi [2] https://boxy-svg.com/blog/19 [3] https://www.w3.org/Graphics/SVG/webdraw02.png |
|