Skip to content

mousegen-0.10

Choose a tag to compare

@stanio stanio released this 21 Mar 13:39
· 31 commits to main since this release
  • Improved parallel processing strategy

  • Adjusted --scalable-cursors output for better compatibility with Qt SVG

  • Extended SVGCursorMetadata for customizing the scalable output

    -Dmousegen.enableSizingOrigin=true
    <?sizing-origin 0.2 0.5 ?>
    
    -Dmousegen.defaultScalableGrid=8
    <?align-grid 4 ?>
    
    -Dmousegen.altAlignAnchor=align-anchor-scalable
    <path id="align-anchor" .../>
    <path id="align-anchor-scalable" .../>
    
  • Allow specifying theme name with variable placeholders

    --name 'Bibata-${color}-${size}-${outline}-${shadow}'
    
  • Enable Zopfli compression for Mousecape themes

    Uses the Windows -Dwincur.PNGEncoder=zopfli setting.

Full Changelog: mousegen-0.9...mousegen-0.10