Translations:Release notes/1.2/496/en
Jump to navigation
Jump to search
- Dithering for gradients (see Dithering section) is available with a build flag (
-DWITH_INTERNAL_CAIRO=ON), which causes Cairo to be patched for dithering during the build process. Please find more information in MR #3812. - New dependency on
python-cssselectadded which is required for usage of Inkscape extensions (MR #3239) - Added Python
appdirsdependency (MR #3568) - As Python
distutilsare now deprecated, they have been replaced bypython3-packaging(MR extensions#368) - The extension that imports images from the internet requires the Python
cachecontrolmodule - gcodetools (
gcodetools), extension manager (inkman) and clipart importer (clipart) are now all submodules of the extensions submodule. Make sure to update submodules recursively with--recurse-submoduleswhen updating your git branches! - Inkscape now builds without X11 (cmake option) (MR #3208)