-
Notifications
You must be signed in to change notification settings - Fork 13
shapes colors and levels are not converted properly #18
Comments
the two dottet ovals seems like have been converted as shapes, i can move and modify their attributes. all the other shapes that formed the blue and yellow area, can't be moved around nor selected, but can be modified only via a right click on the shape itself |
Okay, I've found the issue.. in that the information isn't present in the old topology files. From my testing a shape is transparent in 0.8.7 if the shape has no fill_color attribute. Unfortuantely I can't verify my fix as yet, due to GNS3/gns3-gui#161 which messes up the transparency and the borders |
Okay, with the fix in GNS3 this I can now verify this is sorted and will be included in the next release of gns3-converter. N.B... This won't work in GNS3 1.2.1 due to a bug GNS3/gns3-gui#161, you'll need to use 1.2.2-dev1 or wait for the next gns3 release |
was this problem "the two dottet ovals seems like have been converted as shapes, i can move and modify their attributes. all the other shapes that formed the blue and yellow area, can't be moved around nor selected, but can be modified only via a right click on the shape itself" also fixed ? thanks btw for your fix |
That behaviour is what I would expect as the two dotted ovals are on layer 0 (layer 0 and above are selectable) The rest of the shapes are on layer -1 (e.g. background), which prevents them from being moved |
using gns3-converter 1.1.1 i noticed that shapes are converted without problems, but their colors and levels (on shape on top of another for example) are not. The levels might be related to transparency.
original project:
converted project (all other shapes are under the 2 big ovals) :
original .net file
The text was updated successfully, but these errors were encountered: