all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Anand Tamariya <atamariya@gmail.com>
To: Alan Third <alan@idiocy.org>,
	Anand Tamariya <atamariya@gmail.com>,
	Eli Zaretskii <eliz@gnu.org>,
	 Alexander Adolf <alexander.adolf@condition-alpha.com>,
	Emacs Devel <emacs-devel@gnu.org>
Subject: Re: SVG hack for display engine
Date: Mon, 22 Nov 2021 08:18:31 +0530	[thread overview]
Message-ID: <CADm7Y4kzMppvygePrRmnbGxfB=vfiZKaL757J5ujAKn-R6zugQ@mail.gmail.com> (raw)
In-Reply-To: <YZlQMVkwPbpPqczl@idiocy.org>

[-- Attachment #1: Type: text/plain, Size: 995 bytes --]

>
> I'm curious. I can't see any functionality in librsvg for loading an
> SVG DOM directly without doing a round-trip into a string. Am I
> missing something?
>
Good point. I hope the following will perform better.

RsvgHandle <https://developer-old.gnome.org/rsvg/unstable/RsvgHandle.html> *
rsvg_handle_new_from_stream_sync (*GInputStream
<https://developer-old.gnome.org/gio/stable/GInputStream.html#GInputStream-struct>
*input_stream*,
                                  *GFile
<https://developer-old.gnome.org/gio/stable/GFile.html#GFile-struct>
*base_file*,
                                  *RsvgHandleFlags
<https://developer-old.gnome.org/rsvg/unstable/rsvg-Using-RSVG-with-GIO.html#RsvgHandleFlags>
flags*,
                                  *GCancellable
<https://developer-old.gnome.org/gio/stable/GCancellable.html#GCancellable-struct>
*cancellable*,
                                  *GError
<https://developer-old.gnome.org/glib/stable/glib-Error-Reporting.html#GError>
**error*);

[-- Attachment #2: Type: text/html, Size: 1847 bytes --]

  reply	other threads:[~2021-11-22  2:48 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-15  2:39 SVG hack for display engine Anand Tamariya
2021-11-15 12:45 ` Eli Zaretskii
2021-11-15 13:27   ` Anand Tamariya
2021-11-15 14:02     ` Eli Zaretskii
2021-11-16  3:01       ` Anand Tamariya
2021-11-16  3:28         ` Po Lu
2021-11-16 12:56           ` Eli Zaretskii
2021-11-16 13:02             ` Po Lu
2021-11-16 12:55         ` Eli Zaretskii
2021-11-16 14:08           ` Alexander Adolf
2021-11-16 14:16             ` Eli Zaretskii
2021-11-16 14:22               ` Alexander Adolf
2021-11-17  4:33               ` Anand Tamariya
2021-11-17  4:46                 ` Po Lu
2021-11-26  1:33                   ` Gerry Agbobada
2021-11-17 13:47                 ` Eli Zaretskii
2021-11-17 23:47                   ` Anand Tamariya
2021-11-18  8:16                     ` Eli Zaretskii
2021-11-18 10:13                       ` Anand Tamariya
2021-11-18 11:21                         ` Eli Zaretskii
2021-11-18 13:29                           ` Anand Tamariya
2021-11-18 14:52                             ` Eli Zaretskii
2021-11-19  1:32                               ` Anand Tamariya
2021-11-19  7:07                                 ` Eli Zaretskii
2021-11-20 19:44                                 ` Alan Third
2021-11-22  2:48                                   ` Anand Tamariya [this message]
2021-11-22 10:59                                     ` Alan Third

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADm7Y4kzMppvygePrRmnbGxfB=vfiZKaL757J5ujAKn-R6zugQ@mail.gmail.com' \
    --to=atamariya@gmail.com \
    --cc=alan@idiocy.org \
    --cc=alexander.adolf@condition-alpha.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.