-
Hello, I am trying to add in a custom icon set (https://github.com/bpmn-io/bpmn-font) and not all are displaying. Is there a way to view debug logs, etc. to try and figure out why? For example: This displays just fine: But this is empty: Same for this: It appears to be hit or miss on which icons will display or not. Any suggestions on how to figure this out? More info. I have:
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Found the issue. The images that were not displaying were all missing a viewBox attribute on the svg element. Hand added that and it worked. |
Beta Was this translation helpful? Give feedback.
Found the issue. The images that were not displaying were all missing a viewBox attribute on the svg element. Hand added that and it worked.