LePa-YU / Visualizer

A web based tool to represent the AIR model of LePa project
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Bug with visualization of Circles (iERs) #45

Open ElmiraOn opened 9 months ago

ElmiraOn commented 9 months ago

usage of circles for the visualization of iERs contains a bug where the circle (not the text) gets shrunk randomly. steps to reproduce:

  1. Enter an iER with a large Title
  2. add the node
  3. add a second node

when the second node is added the shape of the first node decreases. when this node is selected, the size returns to normal.

Note the current version of the Visualizer wraps the title of a node based on 15-character intervals (after 15 characters it goes to the next line) to limit the number of overly large nodes ( this does not affect this certain issue)