tnentwig / WebVisu

Single page application for displaying the webvisualisation of CoDeSys 2 applications in modern browsers without java
MIT License
17 stars 6 forks source link

Polylines draw triangles in the angles #9

Closed triessner closed 3 years ago

triessner commented 3 years ago

Hi tnentwig, thanks a lot for your great work. This is really a good tool to handle the vanishing java support of the old wago- visualisation. I have a medium complex visualisation with lots of poly-lines. It seams, that for every angle in the poly-line, there is drawn a white triangle, that overlaps the other elements (see picture below). Is there any chance, that you can fix this issue? I would gladly help you with testing

Screenshot_20201222_101321

Ekristoffe commented 3 years ago

Hello triessner. I am updating a fork of this repo. I will look in your problem. Could you send the export of the visu so I can try it ? I will try to solve it ASAP.

Ekristoffe commented 3 years ago

I see the problem, I also found the solution. Could you please try those files : https://github.com/Ekristoffe/WebVisu/tree/Dev/dist

tnentwig commented 3 years ago

Hi Thilo, Hi Chris, should be fixed in the relase just uploaded. Polylines and Beziers have an fill attribute in the XMLs although there is no option for this in the IDE.

triessner commented 3 years ago

Hi Chris and Tristan,

thanks a lot for your quick solution, it solved my issue :-)