NorthwoodsSoftware / GoJS

JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
http://gojs.net
Other
7.7k stars 2.86k forks source link

SVG output has unwanted shadows on text #163

Closed YanikTheYak closed 2 years ago

YanikTheYak commented 2 years ago

Issue : The latest version of GoJs – 2.1.54 is giving background shadows for text inside nodes for SVG output. Note that this is not the case for PNGs. We have observed this in the versions on or after 2.1.49. Where we see background shadows for text inside nodes when outputting svg. However on the versions on or before 2.1.48 we do not have this issue.

Attached below is the sample html to verify the above usecase. svg.zip You need to put gojs.js in a folder ../release/gojs.js

Below are the sample screenshots to get a glance. On or before 2.1.48 Before-gojs

On or after 2.1.49 after-gojs

Thanks

simonsarris commented 2 years ago

Thank you for the reproducible case. We'll investigate and fix this soon.

simonsarris commented 2 years ago

This has been fixed, and will be out with the next release, probably early next week. I'll comment again and close this issue on release.

Thanks again.

simonsarris commented 2 years ago

We have just released 2.1.55 and the GoJS 2.2 Alpha, both of which contain the fix for this issue. Thanks again for reporting.

There is more information, here: https://forum.nwoods.com/t/gojs-version-2-2-alpha-and-gojs-2-1-55-released/15127