View Single Post
Old 01-23-2015, 05:15 PM   #7
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,194
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by iliakan View Post
I added the "color" property to the style of the original HTML-document above:
Code:
.link {
    fill: none;
    stroke: #BEC3C7;
    stroke-width: 1px;
    color: red;
  }
Again, the conversion does not keep this .link rule. The "color" property really must be known.
So the "strange properties" is probably not the issue.

I opened the hand-fixed http://ilyakantor.ru/b.epub.zip in Calibre, iBooks, Sigil, all 3 programs programs show it well.

That's the screenshot from Sigil: http://ilyakantor.ru/screen/2015-01-24_0054.png (the path is styled correctly).

So "unsupported properties" is not an issue too here, just because all 3 readers are fine with it.

What remains is a converter issue.

Maybe that's because the converter adds svg: namespace to the svg tag and inside it, and things become messed up?
Running your css though the CSS Validation Service shows these errors:
Spoiler:
Click image for larger version

Name:	Screenshot from 2015-01-23 17:09:47.png
Views:	311
Size:	27.3 KB
ID:	134114Click image for larger version

Name:	Screenshot from 2015-01-23 17:10:06.png
Views:	291
Size:	22.7 KB
ID:	134115


bernie
gbm is offline   Reply With Quote