demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; border-radius: 4px; width: 200px; }
demo-object { display: block; background-color: rgb(224, 255, 253); }
path { stroke-width: 2px; marker: url("#circle"); stroke: rgb(255, 117, 117); fill: rgb(0, 0, 255); }
circle { stroke: context-stroke; fill: context-stroke; fill-opacity: context-stroke;}
.element {fill-opacity: 0.49;}






