Re: [Rfc-markdown] SVG diagrams for slides

Michael Richardson <mcr@sandelman.ca> Sun, 24 July 2022 17:46 UTC

Return-Path: <mcr@sandelman.ca>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 77977C13C20F for <rfc-markdown@ietfa.amsl.com>; Sun, 24 Jul 2022 10:46:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level:
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oUuACVx8YqhW for <rfc-markdown@ietfa.amsl.com>; Sun, 24 Jul 2022 10:46:07 -0700 (PDT)
Received: from relay.sandelman.ca (relay.cooperix.net [IPv6:2a01:7e00:e000:2bb::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56BE7C157908 for <rfc-markdown@ietf.org>; Sun, 24 Jul 2022 10:46:06 -0700 (PDT)
Received: from dooku.sandelman.ca (unknown [IPv6:2001:67c:1232:144:6e88:14ff:fe34:93bc]) by relay.sandelman.ca (Postfix) with ESMTPS id 422031F448; Sun, 24 Jul 2022 17:46:04 +0000 (UTC)
Received: by dooku.sandelman.ca (Postfix, from userid 179) id 5597F1A0429; Sun, 24 Jul 2022 13:46:03 -0400 (EDT)
From: Michael Richardson <mcr@sandelman.ca>
To: Carsten Bormann <cabo@tzi.org>
cc: rfc-markdown@ietf.org
In-reply-to: <DAFD0CFE-843B-4ADD-B2CF-D0F8753C0B66@tzi.org>
References: <63259.1658625940@dooku> <2E0491A4-C4C2-456D-B566-17BC440ADE00@tzi.org> <9063.1658672312@dooku> <DAFD0CFE-843B-4ADD-B2CF-D0F8753C0B66@tzi.org>
Comments: In-reply-to Carsten Bormann <cabo@tzi.org> message dated "Sun, 24 Jul 2022 17:12:12 +0200."
X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 26.3
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg="pgp-sha512"; protocol="application/pgp-signature"
Date: Sun, 24 Jul 2022 13:46:03 -0400
Message-ID: <35292.1658684763@dooku>
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/iKNjEnnDo3uh8btbod8BOUh59ME>
Subject: Re: [Rfc-markdown] SVG diagrams for slides
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 24 Jul 2022 17:46:08 -0000

Carsten Bormann <cabo@tzi.org> wrote:
    > On 2022-07-24, at 16:18, Michael Richardson <mcr@sandelman.ca> wrote:
    >>
    >> I could put that into the makefile.

    > Try this.

    > https://gist.github.com/cabo/c3927cafa495c6995973d9cc7653f5cb

    > It is a bit stupid, as it doesn’t use name= attributes of ancestor
    > artwork elements, but just numbers to create:

Thanks, I was going to just save the SVG.. mostly exact same loop, minus the
rsvg-convert :-)

I want to insert into OpenOffice slide, so SVG is probably better than PDF.