[
https://issues.jboss.org/browse/JBRULES-3156?page=com.atlassian.jira.plug...
]
Geoffrey De Smet commented on JBRULES-3156:
-------------------------------------------
The SVG problems aren't easily fixable, so I am converting them to png
{code}
sudo apt-get install imagemagick
for i in `ls *.svg`;do convert -antialias $i ${i%.*}.png; done
{code}
Singe HTML documentation (of Drools Expert) is broken from chapter 5
's first SVG image (in section railroad diagrams) onwards on firefox 5 beta 1
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBRULES-3156
URL:
https://issues.jboss.org/browse/JBRULES-3156
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
Priority: Critical
Fix For: 5.2.1.Final
"Having a look at it with the html-tidy plugin from firefox there are several
</span> tags which are too many and more likely the object tags are not closed
correctly (you use xhtml so you need to close then with </object> the empty tag
structure <object/> is invalid in xhtml)."
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira