Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1epfFG-0005K5-Ni for pgsql-docs@arkaria.postgresql.org; Sat, 24 Feb 2018 19:12:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1epfFF-0005EV-Ii for pgsql-docs@arkaria.postgresql.org; Sat, 24 Feb 2018 19:12:29 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1epfFF-0005EM-AH for pgsql-docs@lists.postgresql.org; Sat, 24 Feb 2018 19:12:29 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1epfFD-0004Nx-1R for pgsql-docs@lists.postgresql.org; Sat, 24 Feb 2018 19:12:28 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w1OJBw4E016177; Sat, 24 Feb 2018 14:11:58 -0500 From: Tom Lane To: obartunov@gmail.com cc: Peter Eisentraut , Daniel Westermann , pgsql-docs@lists.postgresql.org Subject: Re: Images in the official documentation In-reply-to: References: <1914747379.117313.1519402446241.JavaMail.zimbra@dbi-services.com> <2264.1519402888@sss.pgh.pa.us> <30d7e365-cd3b-aae0-a8ac-7b880f26413d@2ndquadrant.com> Comments: In-reply-to Oleg Bartunov message dated "Sat, 24 Feb 2018 21:45:16 +0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16174.1519499518.1@sss.pgh.pa.us> Date: Sat, 24 Feb 2018 14:11:58 -0500 Message-ID: <16176.1519499518@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Oleg Bartunov writes: > On Sat, Feb 24, 2018 at 4:04 AM, Peter Eisentraut > wrote: >> The issue of how to manage the sources is still the same, though. > SVG format is ascii based vector format. Yeah. I think where the last discussion left this was that we'd be willing to accept SVG-format figures, but we were having a hard time figuring out what tools to recommend for editing them, because available editors have no respect for readability or preserving small deltas when rewriting SVG files. regards, tom lane