2

I am trying to use Bpmn-JS in my project.

So when I tried to create workflow I saw

green symbol at bottom right

can anyone tell how to remove that as it was coming dynamically in the canvas..!

Thanks in Advance.

Sachith Wickramaarachchi
  • 5,546
  • 6
  • 39
  • 68
Keerthi Reddy Yeruva
  • 861
  • 1
  • 16
  • 43

2 Answers2

5

We can't remove Logo as per License

BPMN License

Keerthi Reddy Yeruva
  • 861
  • 1
  • 16
  • 43
1

enter image description hereYou have to inspect the element on browser & find the path or you can apply CSS to that element as style="visibility:hidden" see below I have made it hidden

Sachith Wickramaarachchi
  • 5,546
  • 6
  • 39
  • 68
Jignesh Mistry
  • 2,221
  • 6
  • 25
  • 50