←back to thread

Inkscape 1.4

(inkscape.org)
561 points s1291 | 4 comments | | HN request time: 0.66s | source
Show context
jgalt212 ◴[] No.41874438[source]
It would be nice if Inkscape supported SVG P/S. We need that for BIMI, and now have to pay someone who has access to Adobe.
replies(2): >>41874768 #>>41876074 #
1. fractallyte ◴[] No.41876074[source]
You could just hand-edit Inkscape's plain or optimized SVG file: https://bimigroup.org/creating-bimi-svg-logo-files/

(It's really not too difficult.)

replies(2): >>41880228 #>>41880291 #
2. WillAdams ◴[] No.41880228[source]
That sort of thing makes me wonder if Inkscape shouldn't have a configurable "Post-processor" option like to that used for G-code, possibly on a per-file basis (add the editing commands needed after saving to a user-editable pane).
replies(1): >>41880832 #
3. mixmastamyk ◴[] No.41880291[source]
That site has links to tools at github.
4. UncleEntity ◴[] No.41880832[source]
From what I understand of Inkscape's (somewhat dodgy) extensions protocol that shouldn't be too hard with a little xml processing magic.

--edit--

Looking at the linked page that would be super trivial to implement.