mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Update default SVG CSS for projections
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user