Black cycles and rectangles around lines

Hello, People!

I’m trying to include the BpmnJS in my Angular application, but after rendering, when I move over the lines, I see black cycles and rectangles on them. I try to put the content from the example css files from bpmn-js-examples in my diagram.component.css file but nothing happen. Can anyone help me ?
Screenshot 2022-11-04 at 10.54.58

The CSS is missing. Please make sure you include all required CSS files:

import Modeler from "bpmn-js/lib/Modeler";

import "bpmn-js/dist/assets/diagram-js.css";
import "bpmn-js/dist/assets/bpmn-js.css";
import "bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css";

Thank you so much ! This works but don’t forgive to add ‘.css’ paths inside angular.json styles array. (for those who read this thread)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.