brunobuzzi / BpmFlow

An implementation of BPMN standard using GemStone/S®, Orbeon®, Bizagi® and Highcharts®

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process definitions wiht large extent maybe render incorreclty

brunobuzzi opened this issue · comments

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.