View Single Post
Old 09-18-2020, 02:08 PM   #20
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,369
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by stumped View Post
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)
Turtle91 is offline   Reply With Quote