matthiasbock / BooleSim

Systems biology tool: Boolean network simulator
http://matthiasbock.github.io/BooleSim
11 stars 6 forks source link

Inhibitory arrows broken on close zooming #40

Closed matthiasbock closed 11 years ago

matthiasbock commented 11 years ago

When zooming closer (Alt+Wheel), the inhibitory arrow turns into a rectangle inhibitory

matthiasbock commented 11 years ago

May be related to oversized (invalid?) svg endpoint marker viewbox so probably a biographer bug

Example:

<marker id="connectingArc15" viewBox="-2 -2 24 26" orient="auto" refX="2" refY="10" markerWidth="20" markerHeight="22">
<path d="M0,0 V20 H1 V0 ZM22,0" fill="black" stroke="black">
</path>
</marker>
matthiasbock commented 11 years ago

it appears, the above commit solved the problem