emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: gerard.vermeulen@posteo.net
To: Ihor Radchenko <yantar92@posteo.net>
Cc: Christian Moe <mail@christianmoe.com>,
	emacs-orgmode@gnu.org, Timothy <orgmode@tec.tecosaur.net>,
	Maxim Nikulin <m.a.nikulin@gmail.com>
Subject: Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG
Date: Fri, 16 Jun 2023 18:39:37 +0000	[thread overview]
Message-ID: <9b465212b65965ed4fe03df346367c8d@posteo.net> (raw)
In-Reply-To: <87ilbojvo3.fsf@localhost>



On 15.06.2023 22:51, Ihor Radchenko wrote:
> gerard.vermeulen@posteo.net writes:
> 
>> On 07.06.2023 19:57, Ihor Radchenko wrote:
> I am not expert in html. Maybe someone else (Timothy?) can chime in.
> 
> That said, I do not see why we cannot offer <object> strategy as an
> option regardless whether is can solve the problem with CSS.
> 
>> ;; For each SVG image during HTML export:
>> ;; 1. It checks `svg-as-object' and "image in-lining" whether to
>> ;;    embed the SVG image in an <object> tag.
>> ;; 2. If not, it checks `svg-inclusion' and "image in-lining"
>> ;;    whether to copy the SVG contents to the HTML output.
>> ;; 3. If not, it falls back to checking "image in-lining" whether to
>> ;;    embed the SVG image in an <img> tag (as any other image type).
>> ;; 4. It is possible to set `svg-as-object' and/or `svg-inclusion':
>> ;;    - For each SVG link by means of "#+ATTR_HTML: :svg-as-object t"
>> ;;      or "#+ATTR_HTML: :svg-inclusion t".
>> ;;    - Within file scope by means of "#+OPTIONS: svg-as-object:t" or
>> ;;      "#+OPTIONS: svg-inclusion:t".
>> ;;    - Within toplevel scope by means of the options
>> ;;      `org-html-svg-as-object' or `org-html-svg-inclusion'.
> 
> I think you missed `org-html-inline-image-rules' where users can
> include/exclude svg images from inlining.

The term "image in-lining" is a very terse description of what my code 
does.

In case of rules 1, 2, and 3 above: the code takes into account the two
relevant options `org-html-inline-image' and 
`org-html-inline-image-rules'
to decide  whether the image would be in-lined in an <img> tag.

For rule 1 above: in case `svg-as-object' is also true, the code 
in-lines
the image in an <object> tag instead of an <img> tag and returns
the <object> tag. In case `svg-as-object' is nil, apply rule 2.

For rule 2 above: in case `svg-inclusion' is also true,  return the SVG
contents as a result. In case `svg-inclusion' is nil, apply rule 3.

Rule 3 is applied by the normal "Image file" handling code from
org-html-link in ox-html which handles `org-html-image-inline-rules',
but my code for rules 1 and 2 do too.

My clone of org-html-link is a copy with the exception that I
added 4 lines of code (and 2 lines of comments) to implement
the rules 1 and 2 (but we should not implement rule 2).

Before going ahead with a patch to in-line images in <object> tags,
there remains the question of how to make those tags behave as
much as possible as <img> tags.  My knowledge of HTML is very thin
and Javascript even worse.

Best regards -- Gerard









  reply	other threads:[~2023-06-16 18:40 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05 13:23 [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG gerard.vermeulen
2023-06-06  7:49 ` Ihor Radchenko
2023-06-06  9:57   ` Christian Moe
2023-06-06 13:37     ` gerard.vermeulen
2023-06-06 18:54       ` Christian Moe
2023-06-07  8:43         ` Ihor Radchenko
2023-06-07  8:41     ` Ihor Radchenko
2023-06-07 14:30       ` Christian Moe
2023-06-07 17:57         ` Ihor Radchenko
2023-06-15 13:09           ` gerard.vermeulen
2023-06-15 14:55             ` Max Nikulin
2023-06-15 20:42               ` Ihor Radchenko
2023-06-15 20:51             ` Ihor Radchenko
2023-06-16 18:39               ` gerard.vermeulen [this message]
2023-06-17 12:38                 ` Ihor Radchenko
2023-06-17 14:45                   ` gerard.vermeulen
2023-06-21 15:52               ` Max Nikulin
2023-06-21 16:02                 ` Ihor Radchenko
2023-06-21 16:27                   ` Max Nikulin
2023-06-21 16:38                     ` Ihor Radchenko
2023-06-22 16:25                       ` Max Nikulin
2023-06-23 11:02                         ` Ihor Radchenko
2023-06-06 12:58   ` gerard.vermeulen
2023-06-07  9:07     ` Ihor Radchenko
2023-06-06 14:14 ` Max Nikulin
2023-06-06 16:08   ` gerard.vermeulen
2023-06-07  9:10     ` Ihor Radchenko
2023-06-09 15:27     ` Max Nikulin

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=9b465212b65965ed4fe03df346367c8d@posteo.net \
    --to=gerard.vermeulen@posteo.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=m.a.nikulin@gmail.com \
    --cc=mail@christianmoe.com \
    --cc=orgmode@tec.tecosaur.net \
    --cc=yantar92@posteo.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).