08-22-2012, 05:38 AM | #1 |
Junior Member
Posts: 2
Karma: 10
Join Date: Aug 2012
Device: kindle-fire
|
svg image inside span tag in mobi file not display numbers
when put svg image inside span tag like
Code:
<span> <svg:svg xmlns="http://www.w3.org/1998/Math/MathML" xmlns:svg="http://www.w3.org/2000/svg" xmlns:svgmath="http://www.grigoriev.ru/svgmath" height="15.405117pt" width="14.613340pt" viewBox="0 -11.686934 14.613340 15.405117"><svg:metadata><svgmath:metrics top="15.4051171875" axis="7.70255859375" baseline="3.71818359375" bottom="0.0" /></svg:metadata><svg:g transform="translate(0.000000, -3.984375)"><svg:g transform="translate(5.066426, -1.599609)"><svg:text font-size="8.520000" text-anchor="middle" y="0.000000" x="2.240244" font-family="Times New Roman" fill="black">1</svg:text></svg:g><svg:g transform="translate(0.585938, 7.702559)"><svg:text font-size="8.520000" text-anchor="middle" y="0.000000" x="6.720732" font-family="Times New Roman" fill="black">100</svg:text></svg:g><svg:line stroke-width="0.585938" x1="0.000000" x2="14.613340" stroke="black" stroke-linecap="butt" stroke-dasharray="none" y1="0.000000" y2="0.000000" fill="none" /></svg:g></svg:svg> </span> |
09-01-2012, 12:24 PM | #2 |
Connoisseur
Posts: 70
Karma: 515184
Join Date: Sep 2011
Location: Brasília
Device: Kindle3, iPad, Nook, Kobo, Positivo Alfa
|
Hi Hala, do you really need SVG to do this? This would be easier/shorter:
Code:
<p><sup>1</sup>⁄<sub>100</sub></p> |
Advert | |
|
09-12-2012, 03:24 AM | #3 |
Junior Member
Posts: 2
Karma: 10
Join Date: Aug 2012
Device: kindle-fire
|
Thanks PageLab for replay, but this simple svg is just for example I have more complicated svg's.
And I found a work around solution is to put svg in object tag and it just worked fine but I cannot resize the image. |
09-12-2012, 09:00 AM | #4 |
Wizard
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
Create a SVG and treat it like an image. Put it in an image tag.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Where else can a MOBI file have its cover image? | Alissa | Kindle Formats | 6 | 07-13-2013 03:50 PM |
Kindle Fire doesn't display some images in MOBI file | RobFreundlich | Devices | 2 | 03-25-2012 08:15 AM |
Can I get a .mobi file to open on the cover image? | Todd Young | Conversion | 2 | 01-17-2012 03:25 PM |
.mobi file will not display | NCRoadRunner | Conversion | 9 | 11-14-2011 11:52 PM |