This discussion was created from comments split from: <a href="/discussion/63/resurrecting-annotation-storage-in-ifc/">Resurrecting annotation storage in IFC</a>.
This discussion was created from comments split from: <a href="/discussion/63/resurrecting-annotation-storage-in-ifc/">Resurrecting annotation storage in IFC</a>.
Thought this would be the relevant place to ask, does anyone know how to assign a colour to an Ifc hatch in CSS?
I've got the gist to change the colour for a solid hatch but not a patterned one:
Solid hatch (coloured :) ):
.PredefinedType-SOLIDRED { fill: red; stroke: red; stroke-linecap: 'round'; stroke-width: 0.35; fill-rule: evenodd; }
Patterned hatch (no colour :( )
.PredefinedType-REDHATCH { fill: url(#diagonal1); stroke: red; stroke-linecap: 'round'; stroke-width: 0.18; }
Does this video help?
@theoryshaw thank you so much yes that's probably exactly what I needed
Working brilliantly thanks @theoryshaw!
Login or Register to reply.