skinparam shadowing false doesn't work in Activity Beta

0 votes
asked Jun 7, 2013 in Bug by Fuhrmanator (1,700 points)
edited Jun 8, 2013 by Fuhrmanator

I can't turn off drop shadowing in the Acitvity Beta (sorry if you don't want us to post Beta bugs here):

@startuml
skinparam shadowing false
start
repeat
  :a;
note right: this is a note
repeat while (condition)
stop
@enduml
 
Result:
[edit - I added a Note]
 

1 Answer

0 votes
answered Jun 7, 2013 by plantuml (295,000 points)
selected Jun 9, 2013 by Fuhrmanator
 
Best answer
Hello,

Thanks for the report : this has been solved in version 7969.

Regards,
commented Jun 8, 2013 by Fuhrmanator (1,700 points)
I noticed shadows were still appearing on notes, so I added (edit) one to the diagram in my question.
commented Jun 8, 2013 by plantuml (295,000 points)
Sorry and thanks for your tests. This has been solved in the beta :
https://dl.dropboxusercontent.com/u/13064071/plantuml.jar
And will be present in next release.
Regards,
...