21 lines
No EOL
496 B
XML
21 lines
No EOL
496 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg
|
|
style="background: white;"
|
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
width="200" height="200" viewBox="-100 -100 200 200"><style type="text/css">
|
|
<![CDATA[
|
|
.shape {
|
|
shape-rendering: geometricPrecision;
|
|
stroke-linejoin: round;
|
|
}
|
|
.connection {
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
}
|
|
.blend {
|
|
mix-blend-mode: multiply;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
]]>
|
|
</style><style type="text/css"><![CDATA[]]></style></svg> |