-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In sspsTemplate.xsl we are looking for XML of the form:
<horizontallines>
<g xmlns="http://www.w3.org/2000/svg">
<line x1="0.0" y1="43.0" x2="1277.0" y2="43.0" style="stroke:black;stroke-width:1.0;"/>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<line x1="782.0" y1="413.0" x2="1262.0" y2="413.0" style="stroke:black;stroke-width:1.0;"/>
</g>
</horizontallines>
But in the generated projections.xml we have:
<g class="horizontallines" xmlns="http://www.w3.org/2000/svg">
<line x1="0.0" y1="33.0" x2="1266.0" y2="33.0" style="stroke:red;stroke-width:2.0;"/>
<line x1="758.0" y1="310.0" x2="1252.0" y2="310.0" style="stroke:red;stroke-width:2.0;"/>
</g>
As a result the ami-forestplot --segment stage fails, as there are missing border values.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working