[jboss-jira] [JBoss JIRA] Issue Comment Edited: (JBRULES-3156) 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

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Wed Jul 27 08:47:24 EDT 2011


    [ https://issues.jboss.org/browse/JBRULES-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617009#comment-12617009 ] 

Geoffrey De Smet edited comment on JBRULES-3156 at 7/27/11 8:47 AM:
--------------------------------------------------------------------

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}

Real issue is here: JDOCBOOKSTYLE-29

      was (Author: ge0ffrey):
    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

        


More information about the jboss-jira mailing list