Dear ALL,
May be somebody experienced this already. I have an SVG which works
well with IE and adobe plugin.
I'm creating a PDF by FOP 0.93 but in that case the styles I have
assined by class or just by the element do not work.
Here are my snipets of the SVG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:lfn="http ://local"
preserveAspectR atio="xMinYMin meet" viewBox="-10 -10 43 84">
<defs>
<style type="text/css">
rect.ringActive Cell {stroke:red;str oke-width:0.2;fill: khaki}
.....
</style>
</defs>
<rect x="0.5" y="1" width="33" height="30" class="ringActi veCell"/>
Is there a known issue with PDF or with FOP ?
Any hint is welcome
RolfK
May be somebody experienced this already. I have an SVG which works
well with IE and adobe plugin.
I'm creating a PDF by FOP 0.93 but in that case the styles I have
assined by class or just by the element do not work.
Here are my snipets of the SVG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:lfn="http ://local"
preserveAspectR atio="xMinYMin meet" viewBox="-10 -10 43 84">
<defs>
<style type="text/css">
rect.ringActive Cell {stroke:red;str oke-width:0.2;fill: khaki}
.....
</style>
</defs>
<rect x="0.5" y="1" width="33" height="30" class="ringActi veCell"/>
Is there a known issue with PDF or with FOP ?
Any hint is welcome
RolfK
Comment