[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: |
Ihor Radchenko |
Subject: |
Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG |
Date: |
Wed, 21 Jun 2023 16:02:33 +0000 |
Max Nikulin <manikulin@gmail.com> writes:
>> I think you missed `org-html-inline-image-rules' where users can
>> include/exclude svg images from inlining.
>
> Ihor, I am not sure that I get your point. If I understand it correctly,
> `org-html-inline-image-rules' specifies whether links to svg files
> should be kept as links or should be transformed to images. Gerard
> proposes to add options how to treat SVG *images*: <img>, <object> or
> include content of the SVG file literally. `org-html-inline-image-rules'
> does not allow to specify extended options how to treat each match.
That's why Timothy should review this patch.
I am missing all these subtle details about HTML due to lack of knowledge.
> I am not against <object> option, my concern is to avoid extremely heavy
> page by e.g. rendering a lot of math as svg files. I am not even sure
> that the issue is real, however I suspect it might happen. Adding a
> warning to docs would be enough.
We can add a warning iff we conclude that the issue is real.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, (continued)
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Christian Moe, 2023/06/07
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Ihor Radchenko, 2023/06/07
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, gerard . vermeulen, 2023/06/15
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Max Nikulin, 2023/06/15
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Ihor Radchenko, 2023/06/15
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Ihor Radchenko, 2023/06/15
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, gerard . vermeulen, 2023/06/16
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Ihor Radchenko, 2023/06/17
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, gerard . vermeulen, 2023/06/17
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Max Nikulin, 2023/06/21
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG,
Ihor Radchenko <=
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Max Nikulin, 2023/06/21
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Ihor Radchenko, 2023/06/21
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Max Nikulin, 2023/06/22
- Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Ihor Radchenko, 2023/06/23
Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, gerard . vermeulen, 2023/06/06
Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG, Max Nikulin, 2023/06/06