For example, the HTML:
Code:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<style>
.link {
fill: none;
stroke: #BEC3C7;
stroke-width: 1px;
}
</style>
</head>
<body>
See the bug:
<svg height="350" width="690"><path d="M7,0L7,30L40,30" class="link"></path></svg>
</body></html>
After conversion to EPUB looses the .link style.
I mean, literally looses it, the converter cuts it out (not in stylesheet any more), so the SVG is not styled correctly.
What can I do with it?