inkscape:cherry-pick-3274e7a1

Last commit made on 2020-04-14
Get this branch:
git clone -b cherry-pick-3274e7a1 https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
cherry-pick-3274e7a1
Repository:
lp:inkscape

Recent commits

0db7a3c... by Thomas Holder <email address hidden>

fix #1279 crash on image import

Regression of 3274e7a12296

e0ad187... by Jabiertxof <email address hidden>

Fix bool LPE.

Boolean LPE has a wrong way to transform operand, selecting it when transform.

To fis it I call always to the existing function to inform all LPE when a transform is done.
By default all LPE are marked to ignore if the LPE previously ignore it, except in bool LPE where we use it to transform operand.

Fixed issue https://gitlab.com/inkscape/inkscape/-/issues/772.
Fixed issue https://gitlab.com/inkscape/inkscape/-/issues/1076.
Fixed issue https://gitlab.com/inkscape/inkscape/-/issues/1148.

(cherry picked from commit 3274e7a122962b69f873008ebb836d3e84afefa4)

ad47480... by Martin Owens

Every path should not have connector attributes, only connector ones.

d34e349... by Szymon AcedaƄski

Fixed path flipping logic Calligraphy tool with tilt-sensitive pen

This fixes spurious path flips when drawing with "Use the tilt of the
input device to alter the angle of the pen's nib" enabled.

The core issue was that the flipping logic required that the computed
input angle a1 lies between -90 and 90 degrees, which was not the
case when using pen tilt.

I tested this in the following scenarios:

- hand drawing with pen tilt enabled and all possible pen orientations
  in regard to path direction (incl. holding pen in awkward orientations)

- drawing with fixed angle, verified that the nib angle is the same
  as before the change

- all the cases with both Y axis flipped and not flipped

cf74fd1... by rathod-sahaab <email address hidden>

Fixed vertical expand issue on gradient

f50ad1d... by rathod-sahaab <email address hidden>

fixed opacity-blur padding at end

25927e3... by rathod-sahaab <email address hidden>

fixed un-resizing gradient menu

aabc3fd... by Moazin Khatti <email address hidden>

Fixes inkscape#347

93f3443... by codamidev <email address hidden>

Fix #987 by clearing the effect list in SPLPEItem

9f98f5b... by codamidev <email address hidden>

Fix #789 and #970 by filtering out detached objects