inkscape:cherry-pick-86f4e697

Last commit made on 2020-04-13
Get this branch:
git clone -b cherry-pick-86f4e697 https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
cherry-pick-86f4e697
Repository:
lp:inkscape

Recent commits

7aefda4... by Jabiertxof <email address hidden>

Boolops LPE.
New boolops options cut inside and cut outside are broken need to be fixed for 1.1
I remove it comenting, also fix some issues about wrong division operation based in a sugestion I found in the code of sp_pathvector_boolop

(cherry picked from commit 86f4e6977c6778f2ce460bb629e1b4bc750e4103)

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

88152a5... by Marc Jeanmougin <email address hidden>

Merge branch 'victor-inkscape' of gitlab.com:victorwestmann/inkscape into 1.0.x