From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: svg library ideas Date: Sat, 04 Feb 2023 10:49:56 +0200 Message-ID: <83wn4xu85n.fsf@gnu.org> References: <83sffnuqjr.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12109"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yuri.v.khan@gmail.com, paaguti@gmail.com, emacs-devel@gnu.org, luangruo@yahoo.com, rms@gnu.org To: Jean Louis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 04 09:50:48 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pOEFz-0002vf-AA for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Feb 2023 09:50:47 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pOEFB-0004ao-Lw; Sat, 04 Feb 2023 03:49:57 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pOEF9-0004aG-Ti for emacs-devel@gnu.org; Sat, 04 Feb 2023 03:49:56 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pOEF9-0003PG-Ja; Sat, 04 Feb 2023 03:49:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=/npO4FWeuRBACyBdW8nSUUxe8AwiAz/8OzzXEG3Om90=; b=jKDTyCfItfpc iEzx3PEDSzhFKUjI0Pdq2mlDBHdKrUpRKlkc0aF4cJyZR9luUZt+AJmUQZmrwkBjWNnscfnzRWGQT qtjbZu27aa/jOv+LubZ/ShKll+nKep5jqB9qTTj8YosyA3smYB8yVtyg+wnoqSC2BkYNlTEcvspQq AtXX9kSyGITT4p3J6F87hz+upM69gOHFWfsN0En/+D9+CtgpgUXuVEo30qRCpGkoqRY3JAQSK0jD5 EGUaeWd3fuyBGwYVxN+UF3R/vL3VSTFmjc19xi/2taQBPxynPSQNHgaYR0nidYTPeFexVJd8Av0oL Niu25zOmbTqWMWhCDrJR9g==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pOEF3-0006dO-Iv; Sat, 04 Feb 2023 03:49:49 -0500 In-Reply-To: (message from Jean Louis on Sat, 4 Feb 2023 10:06:35 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302957 Archived-At: > Date: Sat, 4 Feb 2023 10:06:35 +0300 > From: Jean Louis > Cc: Eli Zaretskii , > Pedro Andres Aranda Gutierrez , > emacs-devel@gnu.org, luangruo@yahoo.com, rms@gnu.org > > Can you use this one? > > AmanithSVG, a software library for reading and rendering SVG files: > https://www.amanithsvg.com/ That site says: Source Code In order to satisfy all the needs to have total control over the software, the complete AmanithSVG (along with AmanithVG) engine source code is always available as a licensing option. How can we use a library that is not Free Software and whose source code is only available "as a licensing option"? The SDK they tell to download includes only binaries and header files, the sources of the library itself are indeed not available.