From b500dab88a6bf581969da47da2bc9715e1af28ef Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 17 Dec 2019 17:04:00 +1100 Subject: [PATCH] Fix PDF dimension annotation rendering bug --- .../blenderbim/data/styles/default.css | 4 +--- .../blenderbim/data/templates/defs.svg | 20 ++++++++++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/ifcblenderexport/blenderbim/data/styles/default.css b/src/ifcblenderexport/blenderbim/data/styles/default.css index 57a5c4c960..eb8733a2eb 100644 --- a/src/ifcblenderexport/blenderbim/data/styles/default.css +++ b/src/ifcblenderexport/blenderbim/data/styles/default.css @@ -1,5 +1,3 @@ .cut { fill: black; stroke: black; stroke-linecap: 'round'; stroke-width: 0.35; } .background { fill: white; stroke: black; stroke-linecap: 'round'; stroke-width: 0.25; } -.annotation { stroke: black; stroke-linecap: 'round'; stroke-width: 0.25; } -.annotation.leader { fill: none; } -.annotation.stair { fill: none; } +.annotation { fill: none; stroke: black; stroke-linecap: 'round'; stroke-width: 0.25; } diff --git a/src/ifcblenderexport/blenderbim/data/templates/defs.svg b/src/ifcblenderexport/blenderbim/data/templates/defs.svg index 22ad5e432b..d2b3b61eea 100644 --- a/src/ifcblenderexport/blenderbim/data/templates/defs.svg +++ b/src/ifcblenderexport/blenderbim/data/templates/defs.svg @@ -1,9 +1,11 @@ - - - + + + + + @@ -17,4 +19,16 @@ + + + + + + + + + + + +