Re: recent (?) change in docbook rendering of inlinemediaobject svg images
Jack <[email protected]>
| Newsgroups | gmane.comp.kde.doc |
|---|---|
| Message-ID | <[email protected]> |
On 2024.11.12 17:58, Albert Astals Cid wrote: > El dimarts, 12 de novembre del 2024, a les 0:43:42 (Hora estàndard > del Centre > d’Europa), Jack va escriure: > > On 2024.11.11 17:02, Albert Astals Cid wrote: > > > El dissabte, 9 de novembre del 2024, a les 1:44:03 (Hora estàndard > > > del Centre > > > > > > d’Europa), Jack va escriure: > > > > I've been working on updates to the KMyMoney handbook on and > off for > > > > several months, but today I just noticed that some rendering has > > > > changed, although I am not sure the last time it worked the > "old" > > > > > > way. > > > > > > > These are all of the form > > > > <guiicon> > > > > > > > > <inlinemediaobject> > > > > > > > > <imageobject> > > > > > > > > <imagedata fileref="tag-new.svg" format="SVG"/> > > > > > > > > </imageobject> > > > > > > > > </inlinemediaobject> > > > > > > > > </guiicon> > > > > > > > > The last time I used meinproc5 (at minimum a month or two ago) > these > > > > rendered as small icons, no taller than the line of text where > they > > > > were rendered. Today, with either meinproc5 or meinproc6, they > are > > > > rendered huge (almost the full width of the page, and with a > light > > > > > > gray > > > > > > > bar below them the full width of the page. > > > > > > Rendered where? In a web browser? In khelpcenter? > > > > khelpcenter 6.0.24081 > > > How old was your "previous" khelpcenter? around mid 2023 we changed > the > rendering engine so that may be it? > > Anyhow my suggestion is create a MR with the new documentation and we > can try > to figure it out once we can reproduce it. I have created an MR, but I also think I have found a solution. I changed the original <imagedata fileref="tag-new.svg" format="SVG"/> to <imagedata fileref="tag-new.svg" format="SVG" depth="1em"/> although I may try making that amount a little larger.