Skip to content

Get rid of the optimizeSpeed shape-rendering attributes in pdgui.js.

Albert Gräf requested to merge (removed):anti-aliasing-fix into master

With the latest nw.js versions (0.17.x and later), this attribute prevents the anti-aliasing of patch cords, selection rectangle etc., which looks really bad. Commenting out the corresponding lines in pdgui.js reenables the anti-aliasing.

Merge request reports