https://bugs.documentfoundation.org/show_bug.cgi?id=48066
--- Comment #7 from Regina Henschel <[email protected]> --- I have tested with a current daily build Version: 5.2.0.0.alpha0+ Build ID: 85fcf15ff41ceb95f46dee586ff7187551be4955 CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; TinderBox: Win-x86@39, Branch:master, Time: 2016-02-27_09:23:38 Locale: de-DE (de_DE) The round linecaps are drawn correctly know, if you _import_ the svg-image. If you use File>Open, the linecaps are still wrong. But it has been decided, that the File>Open algorithm will be dropped in favor of the import algorithm, so that only one algorithm has to be maintained. Therefore the problem linecap="round" do not need to be considered any longer. The problem "miterlimit" still exists and is relevant for svg import. I have found, that the method basegfx::tools::createAreaGeometry is prepared to use a miterlimit, but none of its callers uses this parameter. The relevant one seems to be method uno::Reference< rendering::XCachedPrimitive > CanvasHelper::strokePolyPolygon() in /core/canvas/source/vcl/canvashelper.cxx. It has some comments, which I read as if the feature miterlimit is yet not implemented. -- 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
