office-gobmx/test/source
Miklos Vajna ea52d24b5a SVG export: fix lost semi-transparent line shapes
The line shape itself didn't really have a height, rather it had a
stroke. For some reason, the SVG mask then decides that nothing has to
be painted there, so unless the line is entirely opaque, the line shape
gets lost on export.

Fix the problem by handling transparency similar to the PDF export,
which detects if the whole purpose of the transparency gradient is to
pass around a transparency percentage. We don't need a mask in that
case, we can just use opacity as described at e.g.
<https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/opacity>.

Change-Id: I0355b9b09b6dd48bbacc5b7cc54fb71866304ef1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91932
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-04-08 18:25:18 +02:00
..
beans
chart
container
diff tdf#130975 replace rtl::math::isNan with std::isnan. 2020-03-14 09:19:00 +01:00
document
drawing
helper
lang
sheet Fix typo 2020-03-05 11:27:32 +01:00
style
table
text
util
view
bootstrapfixture.cxx test: log the validator cmdline 2020-03-03 13:43:58 +01:00
calc_unoapi_test.cxx
callgrind.cxx
htmltesttools.cxx
isheadless.hxx
screenshot_test.cxx
setupvcl.cxx
setupvcl.hxx
unoapi_property_testers.cxx
unoapi_test.cxx
vclbootstrapprotector.cxx
xmltesttools.cxx SVG export: fix lost semi-transparent line shapes 2020-04-08 18:25:18 +02:00