Hi,
RTSetEdgeAlpha doesn't work properly when applied on ArrowedLine. The line itself is correctly changed, but the arrow head remains in original color.
~~~~~~~~~~~~~~~~~~~~~~~~~~ |v es| v := RTView new. es := RTEllipse new color: Color blue; elementsOn: #(1 2). v addAll: es. v add: (RTArrowedLine new color: Color purple; edgeFrom: es first to: es second). RTHorizontalLineLayout new gapSize: 30; on: es. es @ RTSetEdgeAlpha. ^ v ~~~~~~~~~~~~~~~~~~~~~~~~~~
p.s.: should I be posting bugreports in some Moose/Roassal bugtracker, or mailing list is fine?
Thanks, Peter
Hi Peter!
This is now fixed! Well spotted!
This mailing list is the right place to post bugs. If bugs are difficult to fix, then I will enter it on the moose bug issue tracker for later.
Something that you probably know, but which is worth repeating: you are doing a wonderful job at spotting hidden bugs. All bugs found in Roassal are very important. Unfortunately, it may happen that we lost track of a bug. Feel free to bother us again.
Cheers, Alexandre
On Apr 3, 2015, at 4:04 PM, Peter Uhnák i.uhnak@gmail.com wrote:
Hi,
RTSetEdgeAlpha doesn't work properly when applied on ArrowedLine. The line itself is correctly changed, but the arrow head remains in original color.
|v es| v := RTView new. es := RTEllipse new color: Color blue; elementsOn: #(1 2). v addAll: es. v add: (RTArrowedLine new color: Color purple; edgeFrom: es first to: es second). RTHorizontalLineLayout new gapSize: 30; on: es. es @ RTSetEdgeAlpha. ^ v
p.s.: should I be posting bugreports in some Moose/Roassal bugtracker, or mailing list is fine?
Thanks, Peter _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev