<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - GTK3: Border around logo in about dialog"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=130128#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - GTK3: Border around logo in about dialog"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=130128">bug 130128</a>
from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
<pre>In vcl/unx/gtk3/gtk3gtkinst.cxx the logo of the About Box is set via set_logo
and the input css::graphic::XGraphic is serialized to a png with...
getPixbuf(const css::uno::Reference<css::graphic::XGraphic>& rImage)
Image aImage(rImage);
vcl::PNGWriter aWriter(aImage.GetBitmapEx()...
to a GdkPixbuf
so we can feed it to gtk_about_dialog_set_logo
I can confirm it appears to begin happening at the mentioned commit</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>