Skip to content

Fix cursor build script generating pngs that are too small

Ghost User requested to merge (removed):master into master

The cursor build scripts generate pngs that are too small when using Inkscape 0.92 or later due to Inkscape changing its default dpi from 90 to 96. Changed script to use width and height flags as they produce png files with correct dimensions on all Inkscape versions.

BUG: 453365

Merge request reports