View Single Post
Old 01-23-2015, 03:17 PM   #1
iliakan
Member
iliakan began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Jan 2015
Device: iphone 6
Lightbulb ebook-convert cuts svg styles: what can I do?

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?

Last edited by iliakan; 01-23-2015 at 03:43 PM.
iliakan is offline   Reply With Quote