https://bugs.documentfoundation.org/show_bug.cgi?id=114838

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #5 from Regina Henschel <[email protected]> ---
I think, that it is not a problem of tile, but a problem with wrong filling
size in case a shape has no stroke. Insert the two attached svg into a draw
document and enlarge them to 10cm. The shape with stroke-width="1" shows a
border of 0.1mm. That is correct because stroke-width="1" maps to 0.001cm,
because 1000 from viewbox maps to 1cm. So we get 0.001cm=0.01mm, enlarged with
factor 10 results in 0.1mm. Notice, that the entire area within the border is
filled. But the shape with stroke="none" shows a filling, which is smaller than
that of the shape with stroke. In fact is has a 1.3mm wide transparent area. A
grid of 1mm and zoom 3000% helps you see it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to