https://bugs.kde.org/show_bug.cgi?id=369477
Bug ID: 369477
Summary: Transform tool when initiated on group layer
disregards layer data of child layers outside of the
canvas
Product: krita
Version: git master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: transform
Assignee: [email protected]
Reporter: [email protected]
When the user initiates a transform tool over a group layer the resulting
transformation is only done for the visible parts inside the canvas boundaries
of a group layer. On the other hand when transform is applied to a layer it
correctly takes into account the data that is outside the canvas boundaries.
Disregarding data outside the canvas area has a shortcoming . for example when
we bring a group layer from a considerably bigger document to a smaller one the
groups content are bound to go beyond canvas area , in this scenario user has
to transform all the layers one by one to resize the whole group without
cutting the data which is beyond the canvas boundary.
Reproducible: Always
Steps to Reproduce:
1.open a document and add a group layer with some children layer having pixels
beyond the canvas
2.now try to transform the group
Actual Results:
the pixels which are beyond the canvas area are not taken into consideration
while transforming
--
You are receiving this mail because:
You are watching all bug changes.