brunobuzzi / BpmFlow

An implementation of BPMN standard using GemStone/S®, Orbeon®, Bizagi® and Highcharts®
7 stars 4 forks source link

Process definitions wiht large extent maybe render incorreclty #1140

Open brunobuzzi opened 4 years ago

brunobuzzi commented 4 years ago

This is a general problem. If the svg has a large extent then it will cover some part of the web page and these parts become unclickeable. Possible Solutions: 1) Send SVG to background 2) Control SVG extent at import time

The problem with solution 1) is that WABpmApplicationBrowser it will processes incorrectly.