Skip to content

Commit c7e7ec9

Browse files
authored
Merge pull request rism-digital#4246 from rettinghaus/fix-bbox
set bbox stroke width to zero
2 parents 454bf47 + 36539d5 commit c7e7ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/svgdevicecontext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ void SvgDeviceContext::DrawSvgBoundingBoxRectangle(int x, int y, int width, int
13131313
rectChild.append_attribute("width") = width;
13141314

13151315
rectChild.append_attribute("fill") = "transparent";
1316+
rectChild.append_attribute("stroke-width") = "0";
13161317
}
13171318

13181319
void SvgDeviceContext::DrawSvgBoundingBox(Object *object, View *view)

0 commit comments

Comments
 (0)