Hey @quieterkali!
Thanks for you reply.
SVG example I use:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="131.5px" height="122.5px" viewBox="0 0 131.5 122.5" enable-background="new 0 0 131.5 122.5" xml:space="preserve">
<filter id="AI_FlouGaussien_4">
<feGaussianBlur stdDeviation="4"></feGaussianBlur>
</filter>
<g id="Calque_4">
</g>
<g id="Calque_3">
<g filter="url(#AI_FlouGaussien_4)">
<circle fill="#939598" cx="65.701" cy="61.565" r="45.065"/>
</g>
<circle fill="#FFFFFF" cx="65.643" cy="61.753" r="47.224"/>
<g transform="translate(0,-952.36218)">
<path fill="#4FC5DA" stroke="#4FC5DA" stroke-width="2" stroke-miterlimit="10" d="M53.43,990.86
c-3.436,0-6.856,1.318-9.479,3.988c-5.245,5.341-5.239,13.962,0,19.305l22.053,22.511c0.271,0.269,0.709,0.269,0.979,0
c7.36-7.495,14.716-14.994,22.075-22.49c5.245-5.338,5.245-13.941,0-19.283c-5.246-5.34-13.736-5.34-18.981,0l-3.552,3.618
l-3.595-3.662C60.308,992.178,56.865,990.86,53.43,990.86z M53.43,992.233c3.066,0,6.137,1.191,8.5,3.595l4.096,4.162
c0.271,0.27,0.708,0.27,0.98,0l4.074-4.139c4.721-4.808,12.278-4.808,16.998,0c4.719,4.806,4.719,12.538,0,17.343
c-7.194,7.323-14.38,14.661-21.571,21.986l-21.574-22.008c-4.718-4.811-4.722-12.537,0-17.344
C47.291,993.425,50.362,992.233,53.43,992.233z"/>
</g>
</g>
<g id="Calque_7">
</g>
<g id="Calque_6">
<g id="Calque_5">
</g>
</g>
<g id="Calque_2">
</g>
</svg>
…and the CSS apply to it:
page-poi {
object .here {
stroke: #FFF;
}
}
And It does not work 