https://bugs.kde.org/show_bug.cgi?id=453365
Bug ID: 453365 Summary: Breeze cursor script generates png files that are too small Product: Breeze Version: master Platform: Debian stable OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: chris...@purelymail.com Target Milestone: --- SUMMARY *** The cursor build scripts (breeze/cursors/Breeze/build.sh and breeze/cursors/Breeze_Snow/build.sh) generate png files that are a few pixels smaller than the ones tracked in the repo. The cursors built from the smaller png files do not line up correctly with the hotspots defined in the cursor configuration files. *** STEPS TO REPRODUCE 1. Delete the build directory in a cursor folder. 2. On a system with Inkscape >= 0.92, run build.sh to generate new cursors. 3. Check dimensions of the png files. OBSERVED RESULT The pngs in build/x1 are 30 by 30 pixels. The pngs in build/x1_5 are 45 by 45 pixels. The pngs in build/x2 are 60 by 60 pixels. EXPECTED RESULT The pngs should be 32 by 32, 48 by 48, and 64 by 64 pixels. SOFTWARE/OS VERSIONS Latest master commit of Breeze repo. Inkscape >= 0.92 ADDITIONAL INFORMATION The build script controls the png size with the -d (export-dpi) flag, Inkscape switched from 90dpi as a default to 96dpi in version 0.92 (https://inkscape.org/release/inkscape-0.92/). A couple LTS distros, like Ubuntu 14.04 and 16.04, still use Inkscape versions prior to 0.92. -- You are receiving this mail because: You are watching all bug changes.