Skip to content

Version 1.11

Compare
Choose a tag to compare
@Chlumsky Chlumsky released this 11 Nov 14:27
· 21 commits to master since this release
  • Reworked SVG parser, which now supports multiple paths and other shapes - requires Skia
  • Major performance improvements due to inlining certain low-level classes
  • A limited version of the standalone executable can now be built without any dependencies
  • Fixed listFontVariationAxes which previously reported incorrectly scaled values
  • Fixed potential crash when generating SDF from an empty Shape
  • Fixed a small bug in the error correction routine
  • Errors now reported to stderr rather than stdout
  • All command line arguments can now also be passed with two dashes instead of one
  • Added -version argument to print the program's version
  • Shape can now be loaded from a pointer to FreeType's FT_Outline
  • Added hidden CMake options to selectively disable PNG, SVG, or variable font support
  • Added CMake presets
  • Other minor bug fixes