Quote:
Originally Posted by stumped
I am in sigil now, but i cant see how to use regex on only + all the svg definitions, which are within images, not within text section of epub
I assume no one actually just writes those long numeric strings, they use an app that converts pen strokes or an image capture into that format?
I also can't see where the xlink:href bits get used. they don't appear in the html code?
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph3-1" x="32.265" y="3.676"/>
</g>
|
There are some geeks around that could probably build svg 'freehand', definitely not me....
You may want to see if it is a size issue making it appear grey for being too thin. If that doesn't affect it try getting rid of the percentages.
Make sure you are in the svg image file - not the html file.
Select 'Current File' and 'Normal' in the regex Mode:
Find: rgb(0%,0%,0%)
Replace: rgb(0,0,0)