←back to thread

Inkscape 1.4

(inkscape.org)
561 points s1291 | 8 comments | | HN request time: 0.995s | source | bottom
1. 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 #
2. Cyphase ◴[] No.41874768[source]
For anyone in a similar boat, I just heard of someone using Adobe Illustrator's 7-day trial to generate their BIMI logo file.

https://www.grc.com/sn/sn-996-notes.pdf (page 18) https://twit.tv/shows/security-now/episodes/996

replies(2): >>41875274 #>>41876066 #
3. jgalt212 ◴[] No.41875274[source]
Thanks, I'll give it a shot.
4. ◴[] No.41876066[source]
5. 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 #
6. 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 #
7. mixmastamyk ◴[] No.41880291[source]
That site has links to tools at github.
8. UncleEntity ◴[] No.41880832{3}[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.