emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG


From: Max Nikulin
Subject: Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG
Date: Thu, 15 Jun 2023 21:55:22 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 15/06/2023 20:09, gerard.vermeulen@posteo.net wrote:
;;    - For each SVG link by means of "#+ATTR_HTML: :svg-as-object t"
;;      or "#+ATTR_HTML: :svg-inclusion t".

Is there any advantages of using separate boolean attributes instead of multiple values?

- :svg object
- :svg img
- :svg dom (or any other value for inserting contents of SVG files into HTML)

"inline" is really ambiguous here since it may mean CSS display property block vs. inline that is similar to Org's block-level elements and inline objects.

Has anybody compared memory footprint of a document with multiple SVG images rendered by a browser with <img> vs <object> strategies? It seems at least Firefox may create frames for each <object> so the page may be rather heavy.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]