Update default SVG CSS for projections

This commit is contained in:
Thomas Krijnen
2022-02-27 12:55:11 +01:00
parent 8038b77504
commit 3b7bf8844a
+6 -1
View File
@@ -2211,11 +2211,16 @@ void SvgSerializer::doWriteHeader() {
svg_file.stream <<
" <style type=\"text/css\" >\n"
" <![CDATA[\n"
" path {\n"
" .cut path {\n"
" stroke: #222222;\n"
" fill: #444444;\n"
" fill-rule: evenodd;\n"
" }\n"
" .projection path {\n"
" stroke: #222222;\n"
" fill: none;\n"
" stroke-opacity: 0.6;\n"
" }\n"
" .IfcDoor path,\n"
" .Symbol path {\n"
" fill: none;\n"