Quote:
Originally Posted by iliakan
For example, the HTML:
Code:
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
.link {
fill: none;
stroke: #BEC3C7;
stroke-width: 1px;
}
.domtree {
border: 1px solid #f5f2f0;
border-radius: 4px;
}
</style>
</head>
<body>
See the bug:
<div class="domtree"><svg height="350" width="690"><path d="M7,0L7,30L40.333333333333336,30" class="link"></path></svg></div>
</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?
|
From what I can find Epub does not support "stroke".
bernie.