Menu

#23 Block language: Crash of layout engine and style dependency

v6.x
closed
block (6)
5
2017-12-06
2017-12-05
No

Hi Zoltan,

I found an issue where the layout engine (latest version) crashes (block language):

This is okay:

a@e->b;
a@e<b;

This crashes:

a@e->b@w;
a@e<b;

The following is a style issue I don't understand. I want to give the dotted arrow and the simple dotted line both a different color, but the arrow styles seem intertwined/dependent.

I expect the dotted arrow to be red, and the dotted line to be blue.

defstyle > [line.color=red];
defstyle .. [line.color=blue];

a>b;
a..b;

The dotted line is black, the dotted arrow blue.

Changing the order of defstyle gives another result, but still not the desired situation:

defstyle .. [line.color=blue];
defstyle > [line.color=red];

a>b;
a..b;

The dotted line is black, the dotted arrow red.

Kind regards,
Martijn

Discussion

  • Zoltán Turányi

    • labels: --> block
    • status: open --> accepted
     
  • Zoltán Turányi

    Hi Martin,

    This is invaluable input, thanks. Apologies for the so many faults.

    Zoltan

     
  • Zoltán Turányi

    • status: accepted --> closed
     
  • Zoltán Turányi

    I have uploaded 6.1.105 fixing this and some other issues.

     
  • Martijn Schiedon

    Okay, I'm going to install that version today. And please don't worry about the bugs. You're offering a great tool and I'm glad I can do something in return.