mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Update default SVG CSS for projections
This commit is contained in:
@@ -2211,11 +2211,16 @@ void SvgSerializer::doWriteHeader() {
|
|||||||
svg_file.stream <<
|
svg_file.stream <<
|
||||||
" <style type=\"text/css\" >\n"
|
" <style type=\"text/css\" >\n"
|
||||||
" <![CDATA[\n"
|
" <![CDATA[\n"
|
||||||
" path {\n"
|
" .cut path {\n"
|
||||||
" stroke: #222222;\n"
|
" stroke: #222222;\n"
|
||||||
" fill: #444444;\n"
|
" fill: #444444;\n"
|
||||||
" fill-rule: evenodd;\n"
|
" fill-rule: evenodd;\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
|
" .projection path {\n"
|
||||||
|
" stroke: #222222;\n"
|
||||||
|
" fill: none;\n"
|
||||||
|
" stroke-opacity: 0.6;\n"
|
||||||
|
" }\n"
|
||||||
" .IfcDoor path,\n"
|
" .IfcDoor path,\n"
|
||||||
" .Symbol path {\n"
|
" .Symbol path {\n"
|
||||||
" fill: none;\n"
|
" fill: none;\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user